Kevin Sylvestre

A Ruby and Swift developer and designer.

Setting Up Mac OS X Mavericks for Development

Waves

Setup

Step 1. Install Xcode

  1. Open the App Store (located in the dock)
  2. Search for ‘Xcode’ and install

Step 2. Install CLT

  1. From Terminal: xcode-select --install

Step 3: Install XQuartz

  1. Browse to http://xquartz.macosforge.org/landing/
  2. Download the latest DMG and run the XQuartz.pkg

Step 4. Install Everything

  1. From Terminal: curl -sL https://raw.github.com/ksylvest/setup/master/setup.sh | bash