Setting Up Mac OS X Mavericks for Development
Setup
Step 1. Install Xcode
- Open the App Store (located in the dock)
- Search for ‘Xcode’ and install
Step 2. Install CLT
- From Terminal: xcode-select --install
Step 3: Install XQuartz
- Browse to http://xquartz.macosforge.org/landing/
- Download the latest DMG and run the XQuartz.pkg
Step 4. Install Everything
- From Terminal: curl -sL https://raw.github.com/ksylvest/setup/master/setup.sh | bash