$ git clone --recursive https://github.com/squarefrog/dotfiles.git ~/dotfiles
$ ./mac/brew
Optionally, use the cask
script to download common applications, and the macOS
script to set sane preferences.
$ ./mac/cask
$ ./mac/macOS
$ sudo ./ubuntu
$ cp ~/dotfiles/git/.gitconfig.local.example ~/.gitconfig.local
$ vim ~/.gitconfig.local
Run the install script which uses stow
to create symbolic links to the root of your home folder
$ ./install
$ chsh -s $(which zsh)
Restart your device.