First, clone this repo wherever you'd like
mkdir -p ~/Configurations
cd ~/Configurations
git clone git@github.com:bneb/dotfiles.git
Second, review, then run the main script.
dotfiles/bootstrap.sh
sudo chown -R $(whoami):admin /usr/local
cd /usr/local && git reset --hard && git clean -df
cd -
dotfiles/bootstrap.sh
Third, review and run the .macos script if installing on a Mac.
dotfiles/.macos