This is my dotfiles repo which is used to setup my development environment on new MacOS machines.
Some references to help set this up:
- Github dotfiles page
- Stow has forever changed the way I manage my dotfiles
- NEVER lose dotfiles again with GNU Stow
- Brewfile: lists the packages and casks to be installed using
brew bundle. - bootstrap.sh: script which install
homebrew+ required dependencies, and creates symlinks with all configuration files usingstow.
git clone git@github.com:harley-harris/dotfiles.git
./bootstrap.sh