Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 617 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 617 Bytes

This is my setup file for new Macs which includes all of my favourite tools for developing software and all of my favourite apps.

Use It

  1. Download the Brewfile from this repository
  2. Install Homebrew
  3. Run brew bundle install from the directory you downloaded the file to (cd ~/Downloads)

Make Your Own

You can make your own Brewfile by running brew bundle dump. For more details on how this all works, check out @ChristopherA's post.