Homebrew ======== Homebrew helps you install the UNIX tools that didn't come with OS X. Quick Install ------------- Install [Xcode][xcode] and then run this script: If you want to install Homebrew somewhere other than /usr/local see the [installation instructions][install]. Look dude, I know what I'm doing! --------------------------------- Alright then… as long as you're sure: cd /usr/local sudo chown -R $USER . curl -sf http://github.com/mxcl/homebrew/tarball/master | tar xz --strip 1 The Wiki -------- The [wiki][] can answer your remaining questions. Who Are You? ------------ I'm [Max Howell][mxcl] and I'm a splendid chap. [wiki]:http://wiki.github.com/mxcl/homebrew [install]:http://wiki.github.com/mxcl/homebrew/Installation [xcode]:http://developer.apple.com/technology/xcode.html [mxcl]:http://twitter.com/mxcl