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
| #Download and install XCode | |
| #Install homebrew (package manager) IF INSTALLED: just update it | |
| ruby -e "$(curl -fsSL https://gist.github.com/raw/323731/install_homebrew.rb)" | |
| #Install git | |
| brew install git | |
| #IF LION | |
| sudo vi /etc/paths and move /usr/local/bin to the top, cuz LION comes with a specific osx restricted PG. |
NewerOlder