Skip to content

Instantly share code, notes, and snippets.

@jenux
Last active October 8, 2015 04:48
Show Gist options
  • Select an option

  • Save jenux/3279741 to your computer and use it in GitHub Desktop.

Select an option

Save jenux/3279741 to your computer and use it in GitHub Desktop.
Install Homebrew on Mountain Lion

Install Xcode

Download Xcode from App Store

Install Command Line Tools

Xcode -> Preferences -> Downloads -> Components

Let Everyone Know Where XCode Is

sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer

Install X11 [I don't know if this step is necessary ]

Visit http://xquartz.macosforge.org/trac/wiki and download and install 2.7.2+.

Install homebrew

ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

http://brew.sh/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment