{"id":16552480,"url":"https://github.com/0xdevalias/dotfiles","last_synced_at":"2025-07-11T15:16:51.393Z","repository":{"id":35011889,"uuid":"39108848","full_name":"0xdevalias/dotfiles","owner":"0xdevalias","description":"devalias does dotfiles","archived":false,"fork":false,"pushed_at":"2025-04-30T08:17:13.000Z","size":1423,"stargazers_count":9,"open_issues_count":24,"forks_count":2,"subscribers_count":2,"default_branch":"devalias","last_synced_at":"2025-07-04T03:52:01.985Z","etag":null,"topics":["dotfiles","dotfiles-macos"],"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/0xdevalias.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},"funding":{"github":"0xdevalias","ko_fi":"devalias","custom":["https://buymeacoff.ee/devalias"]}},"created_at":"2015-07-15T01:11:46.000Z","updated_at":"2025-05-06T08:19:15.000Z","dependencies_parsed_at":"2023-11-28T03:36:40.620Z","dependency_job_id":"474065f4-d9c4-4ef2-a9ae-7ccd446867ee","html_url":"https://github.com/0xdevalias/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/0xdevalias/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdevalias%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdevalias%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdevalias%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdevalias%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0xdevalias","download_url":"https://codeload.github.com/0xdevalias/dotfiles/tar.gz/refs/heads/devalias","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0xdevalias%2Fdotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264837920,"owners_count":23671119,"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","dotfiles-macos"],"created_at":"2024-10-11T19:44:58.217Z","updated_at":"2025-07-11T15:16:51.333Z","avatar_url":"https://github.com/0xdevalias.png","language":"Shell","readme":"# devalias does dotfiles\n\n(Originally forked from [holman/dotfiles](https://github.com/holman/dotfiles.git))\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- **Brewfile**: This is a list of applications for [Homebrew Cask](http://caskroom.io) to install: things like Chrome and 1Password and Adium 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/\\*.symlink**: Any files ending in `*.symlink` get 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- **topic/\\*.anti** files will be bundled during antigen startup\n\n## What about my environment vars?\n\n- Stash your environment variables in `~/.localrc`. This means they'll stay out of your main dotfiles repository (which may be public, like this one), but you'll have access to them in your scripts.\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 OS X\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\nThen you may want to run `~/.dotfiles/script/install`, or manually run appropriate install scripts, I tend to like to start with:\n\n```\n# Check latest python/ruby/node versions + update appropriate vars, then run these\n~/.dotfiles/ruby/install.sh\n~/.dotfiles/python/install.sh\n~/.dotfiles/node/install.sh\n```\n\nYou might want to setup GPG commit signing for git.. this isn't automated yet..\n\n* https://github.com/pstadler/keybase-gpg-github\n* https://confluence.atlassian.com/sourcetreekb/setup-gpg-to-sign-commits-within-sourcetree-765397791.html\n* https://community.atlassian.com/t5/Sourcetree-questions/Why-is-quot-Enable-GPG-key-signing-for-commit-quot-is-greyed-out/qaq-p/249852\n\n## Improvements\n\n* Could see what is done in https://github.com/thoughtbot/laptop\n* Ability to install 'feature sets' (eg. dev machine)\n* Checkout asdf instead of rbenv/etc?\n\t* https://github.com/asdf-vm/asdf\n\t* https://github.com/asdf-vm/asdf-ruby\n\t* https://github.com/asdf-vm/asdf-nodejs\n\t* https://github.com/danhper/asdf-python\n* https://github.com/tj/n ?\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/0xdevalias/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\n## See Also\n\n### Other things by me\n\n- https://www.devalias.net/ ([source](https://github.com/0xdevalias/devalias.net))\n  - My Blog\n- https://github.com/0xdevalias ([profile source](https://github.com/0xdevalias/0xdevalias))\n  - My GitHub Profile\n  - [My Repos](https://github.com/0xdevalias?tab=repositories)\n    - [`chrome-*` (Chrome Extension) repos](https://github.com/0xdevalias?tab=repositories\u0026q=chrome-\u0026type=\u0026language=\u0026sort=)\n    - [`poc-*` (Proof of Concept) repos](https://github.com/0xdevalias?tab=repositories\u0026q=poc-\u0026type=\u0026language=\u0026sort=)\n- https://github.com/0xdevalias/dotfiles (this repo!)\n  - \u003e devalias does dotfiles\n- https://github.com/0xdevalias/chrome-NewWindowWithTabsToRight ([Announcement Blog](https://www.devalias.net/dev/chrome-extensions/new-window-with-tabs-to-right/), [Chrome Webstore](https://chrome.google.com/webstore/detail/new-window-with-tabs-to-r/ldahcfljppchbfgdokomobmfdfplaman))\n  - \u003e Create a new window from the tabs to the right of the currently selected tab.\n- https://github.com/0xdevalias/userscripts\n  - \u003e My user scripts to add functionality to various sites around the web (that were too small for me to bother turning into a full-fledged Chrome extension)\n- https://github.com/0xdevalias/awesome-gmail-filters\n  - \u003e Awesome list of Gmail filters and related resources\n- My [Homebrew](https://brew.sh/) Contributions\n  - [Homebrew/homebrew-core PRs](https://github.com/Homebrew/homebrew-core/pulls?q=is%3Apr+author%3A0xdevalias)\n  - [Homebrew/homebrew-cask PRs](https://github.com/Homebrew/homebrew-cask/pulls?q=is%3Apr+author%3A0xdevalias)\n  - [Homebrew/homebrew-cask-versions PRs](https://github.com/Homebrew/homebrew-cask-versions/pulls?q=is%3Apr+author%3A0xdevalias)\n  - etc\n- Probably a lot more around the net that I haven't thought to link to here.. hope you find something cool/useful out there!\n","funding_links":["https://github.com/sponsors/0xdevalias","https://ko-fi.com/devalias","https://buymeacoff.ee/devalias"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xdevalias%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0xdevalias%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0xdevalias%2Fdotfiles/lists"}