Dotfiles to configure all the things
Clone the repository, ex git clone git@github.com:mattamizer/dotfiles.git
Once that's done, do the following.
cd dotfiles
cp zsh/.zshenv ~/.zshenv
brew install stow
stow .
brew bundle install
sh scripts/git.shConfigure git identity (not set by scripts/git.sh):
git config --global user.name "Your Name"
git config --global user.email "your@email.com"Make sure to run brew bundle dump before you move to a new machine.