How to install homebrew for Mac?
Answer:
Homebrew is the easiest and most flexible way to install the UNIX tools Apple didn't include with OS X. To install under Mac's terminal, type
# /usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)"
That's it.