{"id":17062052,"url":"https://github.com/sfdye/dotfiles","last_synced_at":"2025-10-09T05:14:10.467Z","repository":{"id":46386763,"uuid":"104649368","full_name":"sfdye/dotfiles","owner":"sfdye","description":"My Linux \u0026 macOS defaults","archived":false,"fork":false,"pushed_at":"2024-04-17T09:56:57.000Z","size":681,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-12T18:12:51.560Z","etag":null,"topics":["brew","docker","dotfiles","iterm","macos","python","vim","vscode","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/sfdye.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,"zenodo":null}},"created_at":"2017-09-24T14:17:11.000Z","updated_at":"2022-08-09T10:10:34.000Z","dependencies_parsed_at":"2024-04-09T02:32:50.764Z","dependency_job_id":"f7df31fa-d33e-4350-b6e8-395134550b8a","html_url":"https://github.com/sfdye/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/sfdye/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfdye%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfdye%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfdye%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfdye%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sfdye","download_url":"https://codeload.github.com/sfdye/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sfdye%2Fdotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262357551,"owners_count":23298463,"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":["brew","docker","dotfiles","iterm","macos","python","vim","vscode","zsh"],"created_at":"2024-10-14T10:49:03.909Z","updated_at":"2025-10-09T05:14:10.448Z","avatar_url":"https://github.com/sfdye.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sfdye's dotfiles\n\n## Features\n\n- Ubuntu \u0026 macOS friendly\n- Features organized by _topics_, easy to add/remove\n- Install macOS apps from `homebrew` and `mas-cli`\n- zsh with sensible defaults\n- vscode\n- vimrc with plugin support (via `vim-plug`)\n- iTerm (preference sync via Google Drive)\n- Git (with `hub` and `gh`)\n- Python version management (pyenv/pyenv-virtualenv)\n- Ruby/Go/Docker/awscli\n- A lot of useful aliases\n- ...\n\n## Components\n\n- **bin/**: Anything in `bin/` will get added to your `$PATH` and be made\n  available everywhere.\n- **Brewfile**: This is a list of applications for [Homebrew Cask](https://caskroom.github.io) to install: things like Chrome and 1Password and stuff. Might want to edit this file before running any initial setup.\n- **topic/\\*.zsh**: Any files ending in `.zsh` get loaded into your\n  environment.\n- **topic/path.zsh**: Any file named `path.zsh` is loaded first and is\n  expected to setup `$PATH` or similar.\n- **topic/completion.zsh**: Any file named `completion.zsh` is loaded\n  last and is expected to setup autocomplete.\n- **topic/install.sh**: Any file named `install.sh` is executed when you run `script/install`. To avoid being loaded automatically, its extension is `.sh`, not `.zsh`.\n- **topic/\\*.symlink**: Any file ending in `*.symlink` gets symlinked into\n  your `$HOME`. This is so you can keep all of those versioned in your dotfiles\n  but still keep those autoloaded files in your home directory. These get\n  symlinked in when you run `script/bootstrap`.\n\n## How to use\n\n```bash\ngit clone https://github.com/sfdye/dotfiles.git ~/.dotfiles\ncd ~/.dotfiles\n\n# Set up git\n# gitconfig.local.symlink will be ignored by git, so you don't need to\n# worry about credentials beigin commited accidently\ncp git/gitconfig.local.symlink.example git/gitconfig.local.symlink\n\n# Modify Brewfile/mas-apps.txt\n# remove stuff you don't need or add your favorite apps!\n\n# The fun begins\nscript/bootstrap\n```\n\nIf you wanna set up git, rename `gitconfig.local.symlink.example`.\n\nThis will symlink the appropriate files in `.dotfiles` to your home directory.\nEverything is configured and tweaked within `~/.dotfiles`.\n\nThe main file you'll want to change right off the bat is `zsh/zshrc.symlink`,\nwhich sets up a few paths that'll be different on your particular machine.\n\n## How to go from here\n\n```bash\n# Modify zshrc.symlink, add a new topic (e.g. java), delete some apps from Brewfile, you name it\n\n# Load changes in your terminal\nreload!\n```\n\n## Inspired by these awesome dotfiles\n\n- https://github.com/mihaliak/dotfiles\n- https://github.com/nicksp/dotfiles\n- https://github.com/holman/dotfiles\n- https://github.com/sapegin/dotfiles\n- https://github.com/kennethreitz/dotfiles\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsfdye%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsfdye%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsfdye%2Fdotfiles/lists"}