Install homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Make src dir
mkdir ~/src
Clone dotfiles
git clone https://github.com/jfriedlaender/dotfiles.git ~/src/dotfiles
Run dotfiles setup
bash ~/src/dotfiles/setup
Restart macOS
(My dotfiles were based off https://github.com/johncolvin/dotfiles)