{"id":15712280,"url":"https://github.com/jarrydk/dotfiles","last_synced_at":"2025-04-19T12:46:22.442Z","repository":{"id":77560521,"uuid":"89443082","full_name":"jarryDk/dotfiles","owner":"jarryDk","description":"dotfiles I found handy","archived":false,"fork":false,"pushed_at":"2025-03-21T06:46:35.000Z","size":138,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T07:51:32.229Z","etag":null,"topics":["bash","dot-files","dotfiles","linux"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jarryDk.png","metadata":{"files":{"readme":"README.adoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-04-26T05:51:24.000Z","updated_at":"2025-03-21T06:46:38.000Z","dependencies_parsed_at":"2024-10-24T09:42:30.274Z","dependency_job_id":"40af95dd-b247-43da-aabf-5a421afd3e80","html_url":"https://github.com/jarryDk/dotfiles","commit_stats":{"total_commits":128,"total_committers":3,"mean_commits":"42.666666666666664","dds":0.1171875,"last_synced_commit":"ce3ff0a4062505604de2006ed5ee97e9853801fa"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarryDk%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarryDk%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarryDk%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jarryDk%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jarryDk","download_url":"https://codeload.github.com/jarryDk/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249698192,"owners_count":21312156,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","dot-files","dotfiles","linux"],"created_at":"2024-10-03T21:15:24.042Z","updated_at":"2025-04-19T12:46:22.423Z","avatar_url":"https://github.com/jarryDk.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"= dotfiles\n\ndotfiles I found handy.\n\n== requirement\n\n[source,bash]\n----\nsudo dnf install python3-pygments\n----\n\n== Structure\n\n- `bin/` contains binaries and will be add via `logical links` to the `/usr/local/bin/` folder\n\n== To install\n\n[source,bash]\n----\nmake\n----\n\n== To customize\n\nSave env vars, etc in a `.extra` file, that looks something like\nthis:\n\n[source,bash]\n----\n###\n### Git credentials\n###\n\nGIT_AUTHOR_NAME=\"Your Name\"\nGIT_COMMITTER_NAME=\"$GIT_AUTHOR_NAME\"\ngit config --global user.name \"$GIT_AUTHOR_NAME\"\nGIT_AUTHOR_EMAIL=\"email@you.com\"\nGIT_COMMITTER_EMAIL=\"$GIT_AUTHOR_EMAIL\"\ngit config --global user.email \"$GIT_AUTHOR_EMAIL\"\nGH_USER=\"nickname\"\ngit config --global github.user \"$GH_USER\"\n\n###\n### Gmail credentials for mutt\n###\nexport GMAIL=email@you.com\nexport GMAIL_NAME=\"Your Name\"\nexport GMAIL_FROM=from-email@you.com\n----\n\n=== Change Jdk\n\nTo allow to run `sudo alternatives` with being promt for password - update /etc/sudos via\n\n[source,bash]\n----\nsudo visudo\n----\n\nAdd shomething like this to the bottom of the file\n\n----\nmicbn   ALL=NOPASSWD:/usr/sbin/alternatives\n----\n\n== Links\n\n- https://github.com/jessfraz/dotfiles[Jess Frazelle - dotfiles - github.com]\n- https://github.com/thoughtbot/dotfiles[thoughtbot, inc - dotfiles - github.com]\n- https://github.com/henrik/dotfiles[Henrik Nyh - dotfiles - github.com]\n- https://github.com/sdaschner/dotfiles[Sebastian Daschner - dotfiles - github.com]\n- https://github.com/thoughtbot/dotfiles[thoughtbot, inc - dotfiles - github.com]\n\n- https://gist.github.com/mohanpedala/1e2ff5661761d3abd0385e8223e16425[set -e, -u, -o, -x pipefail explanation]\n- https://www.gnu.org/software/wget/manual/html_node/Exit-Status.html[wget - Exit Status]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjarrydk%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjarrydk%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjarrydk%2Fdotfiles/lists"}