This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Howebrew package manager for OS X is useful for installing unix terminal tools. | |
| # Install Homebrew | |
| /usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)" | |
| # Install wget | |
| brew install wget | |
| brew install openssl | |
| # Update homebrew and all your packages |