My dotfiles.

Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Install packages from the Brewfile:
# Run from the dotfiles directory
brew bundle
# Or
brew bundle --file ~/dotfiles/Brewfile
cd into packages and run:
stow -vRt ~ *