A fork of Holman's dotfiles using a topical organization pattern.
Everything's organized by topic (git, zsh, homebrew, etc). Files are loaded based on their extension:
*.zsh- Loaded into your shell environment*.symlink- Symlinked to$HOMEwithout the extensionpath.zsh- Loaded first to setup$PATHcompletion.zsh- Loaded last for autocompleteinstall.sh- Run byscript/installbin/- Added to$PATH
git clone https://github.com/j03l/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
script/bootstrapThis symlinks the appropriate files and sets up your environment. Run bin/dot periodically to update dependencies and macOS defaults.
Forked from Holman's dotfiles, originally inspired by Ryan Bates' dotfiles.