{"id":21228906,"url":"https://github.com/anthonycorletti/dotfiles","last_synced_at":"2025-07-10T15:31:37.394Z","repository":{"id":65705200,"uuid":"263184919","full_name":"anthonycorletti/dotfiles","owner":"anthonycorletti","description":"Connecting the dots.","archived":false,"fork":false,"pushed_at":"2024-11-14T20:02:47.000Z","size":265,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-11-14T21:18:07.621Z","etag":null,"topics":["brew","dotfiles","python","ruby","shell","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"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/anthonycorletti.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":"2020-05-11T23:49:05.000Z","updated_at":"2024-11-14T20:02:51.000Z","dependencies_parsed_at":"2023-10-11T00:47:05.774Z","dependency_job_id":"c1b9eb43-3338-4079-95fc-2b3b129df59b","html_url":"https://github.com/anthonycorletti/dotfiles","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonycorletti%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonycorletti%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonycorletti%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anthonycorletti%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anthonycorletti","download_url":"https://codeload.github.com/anthonycorletti/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225644480,"owners_count":17501534,"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","dotfiles","python","ruby","shell","zsh"],"created_at":"2024-11-20T23:23:11.710Z","updated_at":"2025-07-10T15:31:37.388Z","avatar_url":"https://github.com/anthonycorletti.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# dotfiles\n\nYour dotfiles are how you personalize your system. These are mine.\n\n## topical\n\nEverything's built around topic areas. If you're adding a new area to your\nforked dotfiles — say, \"Java\" — you can simply add a `java` directory and put\nfiles in there. Anything with an extension of `.zsh` will get automatically\nincluded into your shell. Anything with an extension of `.symlink` will get\nsymlinked without extension into `$HOME` when you run `script/bootstrap`.\n\n## what's inside\n\nLots of stuff. Check them out in the file browser above and see what components mesh with you.\n[Fork it](https://github.com/anthonycorletti/dotfiles/fork), remove what you don't\nuse, and build on what you do use.\n\n## components\n\nThere's a few special files in the hierarchy.\n\n- **bin/**: Anything in `bin/` will get added to your `$PATH` and be made\n  available everywhere.\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`.\n  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## install\n\nRun this:\n\n```sh\ngit clone https://github.com/anthonycorletti/dotfiles.git ~/.dotfiles\ncd ~/.dotfiles\nscript/bootstrap\n```\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`dotfiles` is a simple script that installs some dependencies, sets sane macOS\ndefaults, and so on. Tweak this script, and occasionally run `dotfiles` from\ntime to time to keep your environment fresh and up-to-date. You can find\nthis script in `bin/`.\n\n## bugs\n\nI want this to work for everyone; that means when you clone it down it should\nwork for you even though you may not have `rbenv` installed, for example. That\nsaid, I do use this as _my_ dotfiles, so there's a good chance I may break\nsomething if I forget to make a check for a dependency.\n\nIf you're brand-new to the project and run into any blockers, please\n[open an issue](https://github.com/anthonycorletti/dotfiles/issues) on this repository\nand I'd love to get it fixed for you!\n\n## thanks\n\nI forked [Zach Holman](http://github.com/holman)'s excellent\n[dotfiles](http://github.com/holman/dotfiles) for a few years before I was\ninspired to roll my own with plenty of inspiration and examples from Zach's.\n\nIf you're interested in the philosophy behind why projects like these are\nawesome, you might want to [read his post on the\nsubject](http://zachholman.com/2010/08/dotfiles-are-meant-to-be-forked/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonycorletti%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanthonycorletti%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanthonycorletti%2Fdotfiles/lists"}