Skip to content

Instantly share code, notes, and snippets.

@ziadoz
Created July 17, 2012 17:34
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ziadoz/3130725 to your computer and use it in GitHub Desktop.
Save ziadoz/3130725 to your computer and use it in GitHub Desktop.
Setup XCode, CLI Tools and HomeBrew
# Install XCode.
# Install XCode CLI Tools.
# Select XCode.
xcode-select -switch /Applications/Xcode.app/Contents/Developer
# Install Auto Tools.
brew install autoconf automake
# Symlink iOS Simulator.
ln -s /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications/iPhone\ Simulator.app /Applications/iPhone\ Simulator.app
# Fix HomeBrew Permissions.
sudo chown -R $(whoami) /usr/local
# Restore MySQL Data Permissions.
sudo chown -R _mysql:_mysql /usr/local/mysql/data/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment