{"id":19767829,"url":"https://github.com/sarcasm/dotfiles","last_synced_at":"2026-02-09T15:03:11.499Z","repository":{"id":138545002,"uuid":"66205692","full_name":"Sarcasm/dotfiles","owner":"Sarcasm","description":"The home of my $HOME configuration files","archived":false,"fork":false,"pushed_at":"2016-08-23T19:41:55.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-11T00:28:29.467Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sarcasm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-08-21T15:24:46.000Z","updated_at":"2016-08-21T15:24:46.000Z","dependencies_parsed_at":null,"dependency_job_id":"e195a560-0981-4413-b5c8-58be8564b7d9","html_url":"https://github.com/Sarcasm/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/Sarcasm%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sarcasm%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sarcasm%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sarcasm%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sarcasm","download_url":"https://codeload.github.com/Sarcasm/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241100256,"owners_count":19909677,"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":[],"created_at":"2024-11-12T04:32:43.100Z","updated_at":"2026-02-09T15:03:11.417Z","avatar_url":"https://github.com/Sarcasm.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\n\nMy dotfiles, managed by git and [GNU Stow](https://www.gnu.org/software/stow/).\n\nThis article explains the idea:\n\n* http://brandon.invergo.net/news/2012-05-26-using-gnu-stow-to-manage-your-dotfiles.html\n\nAn alternative method could be to use the `homegit` aliases from this article:\n\n* http://chneukirchen.org/blog/archive/2013/01/a-grab-bag-of-git-tricks.html\n\n# Setup\n\nTo configure stow to push file to the user home directory:\n\n```\ncat \u003c\u003cEOF \u003e .stowrc\n--target=$HOME\nEOF\n```\n\nThen you can enable configuration files using `stow \u003cpackage\u003e`.\n\nEnable all with `stow *`.\n\nSome packages require configuration before stowing,\nthese are listed below.\n\n## git setup\n\nTo use different names for work and home,\nthe git configuration includes `~/.gitconfig.local`.\nThis was done using:\n\n    git config --global include.path '~/.gitconfig.local'\n\nTo customize local settings, one can use\n`git config --file ~/.gitconfig.local`, e.g:\n\n```\ngit config --file ~/.gitconfig.local user.name \"Firstname Lastname\"\ngit config --file ~/.gitconfig.local user.email \"firstname.lastname@company.com\"\n```\n\nSee also:\n\n* http://agateau.com/2015/splitting-your-gitconfig/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarcasm%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsarcasm%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsarcasm%2Fdotfiles/lists"}