1
0
mirror of https://github.com/danbee/mac-setup synced 2025-03-04 08:39:10 +00:00
Go to file
Dan Barber 8a23c36a99 Re-enable PhantomJS
It now works on Yosemite.
2014-10-28 17:03:43 +00:00
Brewfile Re-enable PhantomJS 2014-10-28 17:03:43 +00:00
Caskfile Remove some unneeded apps. 2014-10-23 08:26:14 +01:00
README.md Update README to reflect Xcode requirement. 2014-05-05 15:49:38 +01:00
setup.sh Tap boneyard. 2014-10-22 22:01:13 +01:00

Mac Setup

Script and Brewfiles to setup a Mac for development.

Instructions

Full Xcode install is required to compile MacVim.

  1. Install Xcode with xcode-select --install. Select "Get Xcode".

  2. Run the setup script with curl -s https://raw.githubusercontent.com/danbee/mac-setup/master/setup.sh | sh