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