{"id":18396558,"url":"https://github.com/prayash/dotfiles","last_synced_at":"2026-05-09T00:14:09.696Z","repository":{"id":88121901,"uuid":"81709262","full_name":"prayash/dotfiles","owner":"prayash","description":"📎 Utilitarian files and configs. Mapped to a ~/Developer folder on my system.","archived":false,"fork":false,"pushed_at":"2025-02-27T20:37:38.000Z","size":23864,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-28T05:23:42.887Z","etag":null,"topics":["bash","gitconfig","iterm2","vimrc","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/prayash.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":"2017-02-12T07:05:53.000Z","updated_at":"2025-02-27T20:37:42.000Z","dependencies_parsed_at":"2025-02-09T23:34:40.061Z","dependency_job_id":null,"html_url":"https://github.com/prayash/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/prayash%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prayash%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prayash%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/prayash%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/prayash","download_url":"https://codeload.github.com/prayash/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248584953,"owners_count":21128916,"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","gitconfig","iterm2","vimrc","zsh"],"created_at":"2024-11-06T02:14:13.245Z","updated_at":"2026-05-09T00:14:09.691Z","avatar_url":"https://github.com/prayash.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\nUtilitarian files for general usage.\n\n## Setup\n\nClone the repo and create symlinks:\n\n```bash\ngit clone \u003crepo-url\u003e ~/Developer/dotfiles\ncd ~/Developer/dotfiles\n\n# Symlink zshrc\nln -sf ~/Developer/dotfiles/.zshrc ~/.zshrc\n\n# Symlink gitconfig\nln -sf ~/Developer/dotfiles/.gitconfig ~/.gitconfig\n```\n\n## Git Config\n\nThe `.gitconfig` uses an include pattern to keep machine-specific settings (name, email, signing) out of version control.\n\n**After symlinking, create `.gitconfig.local`:**\n\n```bash\ncat \u003e ~/Developer/dotfiles/.gitconfig.local \u003c\u003c 'EOF'\n[user]\n    name = Your Name\n    email = your@email.com\n\n# Optional: GPG signing (remove if not needed)\n[commit]\n    gpgsign = true\n\n[gpg]\n    format = x509\n\n[gpg \"x509\"]\n    program = /usr/local/bin/ac-sign\nEOF\n```\n\nThis file is gitignored and won't be committed.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprayash%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprayash%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprayash%2Fdotfiles/lists"}