{"id":13395541,"url":"https://github.com/holman/dotfiles","last_synced_at":"2025-05-09T23:05:57.890Z","repository":{"id":871341,"uuid":"611562","full_name":"holman/dotfiles","owner":"holman","description":"@holman does dotfiles","archived":false,"fork":false,"pushed_at":"2025-03-25T03:04:36.000Z","size":580,"stargazers_count":7481,"open_issues_count":32,"forks_count":3367,"subscribers_count":148,"default_branch":"master","last_synced_at":"2025-05-08T20:56:04.956Z","etag":null,"topics":["dotfiles","shell","zsh"],"latest_commit_sha":null,"homepage":"http://zachholman.com/2010/08/dotfiles-are-meant-to-be-forked/","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/holman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2010-04-15T09:09:54.000Z","updated_at":"2025-05-08T17:56:30.000Z","dependencies_parsed_at":"2023-07-05T15:17:02.395Z","dependency_job_id":"7bed7fdf-edd0-44e2-94bc-297344bb66cb","html_url":"https://github.com/holman/dotfiles","commit_stats":{"total_commits":549,"total_committers":90,"mean_commits":6.1,"dds":0.5573770491803278,"last_synced_commit":"644d8748d1ecabe59d607b5463c48ef220b67b74"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holman%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holman%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holman%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/holman%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/holman","download_url":"https://codeload.github.com/holman/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253157140,"owners_count":21863065,"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":["dotfiles","shell","zsh"],"created_at":"2024-07-30T17:02:05.453Z","updated_at":"2025-05-09T23:05:57.860Z","avatar_url":"https://github.com/holman.png","language":"Shell","funding_links":[],"categories":["Shell","Dotfiles","HarmonyOS","shell","zsh","Archive/abandoned projects"],"sub_categories":["Windows Manager","macOS"],"readme":"# holman does dotfiles\n\nYour dotfiles are how you personalize your system. These are mine.\n\nI was a little tired of having long alias files and everything strewn about\n(which is extremely common on other dotfiles projects, too). That led to this\nproject being much more topic-centric. I realized I could split a lot of things\nup into the main areas I used (Ruby, git, system libraries, and so on), so I\nstructured the project accordingly.\n\nIf you're interested in the philosophy behind why projects like these are\nawesome, you might want to [read my post on the\nsubject](http://zachholman.com/2010/08/dotfiles-are-meant-to-be-forked/).\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\nA lot of stuff. Seriously, a lot of stuff. Check them out in the file browser\nabove and see what components may mesh up with you.\n[Fork it](https://github.com/holman/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`. 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/holman/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`dot` is a simple script that installs some dependencies, sets sane macOS\ndefaults, and so on. Tweak this script, and occasionally run `dot` 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/holman/dotfiles/issues) on this repository\nand I'd love to get it fixed for you!\n\n## thanks\n\nI forked [Ryan Bates](http://github.com/ryanb)' excellent\n[dotfiles](http://github.com/ryanb/dotfiles) for a couple years before the\nweight of my changes and tweaks inspired me to finally roll my own. But Ryan's\ndotfiles were an easy way to get into bash customization, and then to jump ship\nto zsh a bit later. A decent amount of the code in these dotfiles stem or are\ninspired from Ryan's original project.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholman%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fholman%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fholman%2Fdotfiles/lists"}