{"id":13448443,"url":"https://github.com/jessfraz/dotfiles","last_synced_at":"2025-04-29T21:24:02.518Z","repository":{"id":33349853,"uuid":"36994655","full_name":"jessfraz/dotfiles","owner":"jessfraz","description":"My dotfiles. Buyer beware ;)","archived":false,"fork":false,"pushed_at":"2025-04-11T17:42:20.000Z","size":273379,"stargazers_count":3272,"open_issues_count":0,"forks_count":516,"subscribers_count":116,"default_branch":"main","last_synced_at":"2025-04-28T17:57:41.804Z","etag":null,"topics":["bash","containers","docker","dotfiles","linux","shell"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jessfraz.png","metadata":{"files":{"readme":"README.md","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}},"created_at":"2015-06-06T20:46:47.000Z","updated_at":"2025-04-28T07:26:25.000Z","dependencies_parsed_at":"2022-07-14T08:49:27.880Z","dependency_job_id":"9b6893e4-3ccb-44a2-acac-c335c3bee1d8","html_url":"https://github.com/jessfraz/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessfraz%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessfraz%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessfraz%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessfraz%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jessfraz","download_url":"https://codeload.github.com/jessfraz/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251362141,"owners_count":21577399,"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","containers","docker","dotfiles","linux","shell"],"created_at":"2024-07-31T05:01:45.755Z","updated_at":"2025-04-28T17:57:46.462Z","avatar_url":"https://github.com/jessfraz.png","language":"Shell","readme":"# dotfiles\n\n[![make test](https://github.com/jessfraz/dotfiles/workflows/make%20test/badge.svg)](https://github.com/jessfraz/dotfiles/actions?query=workflow%3A%22make+test%22+branch%3Amaster)\n\n**Table of Contents**\n\n\u003c!-- toc --\u003e\n\n- [About](#about)\n  * [Installing](#installing)\n  * [Customizing](#customizing)\n- [Resources](#resources)\n  * [`.vim`](#vim)\n- [Contributing](#contributing)\n  * [Running the tests](#running-the-tests)\n\n\u003c!-- tocstop --\u003e\n\n## About\n\n### Installing\n\n```console\n$ make\n```\n\nThis will create symlinks from this repo to your home folder.\n\n### Customizing\n\nSave env vars, etc in a `.extra` file, that looks something like\nthis:\n\n```bash\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## Resources\n\n### `.vim`\n\nFor my `.vimrc` and `.vim` dotfiles see\n[github.com/jessfraz/.vim](https://github.com/jessfraz/.vim).\n\n## Contributing\n\n### Running the tests\n\nThe tests use [shellcheck](https://github.com/koalaman/shellcheck). You don't\nneed to install anything. They run in a container.\n\n```console\n$ make test\n```\n","funding_links":[],"categories":["Shell","Perl","bash","shell","docker"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessfraz%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjessfraz%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessfraz%2Fdotfiles/lists"}