This is my setup file for new Macs which includes all of my favourite tools for developing software and all of my favourite apps.
- Download the Brewfile from this repository
- Install Homebrew
- Run
brew bundle install
from the directory you downloaded the file to (cd ~/Downloads)
You can make your own Brewfile by running brew bundle dump
. For more details on how this all works, check out @ChristopherA's post.