-
Install Xcode from the App Store
-
Install Xcode Command Line Tools
- run
xcode-select --install
-
Install GitHub for Mac
-
Run
git config --global push.default current
- http://how-we-work.bigbinary.com/git-setup/push-default.html -
Run `git config --global branch.autosetuprebase always' - http://how-we-work.bigbinary.com/git-setup/autosetuprebase.html
-
Install Homebrew
- run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
` - run
brew doctor
to make sure everything is okay
- Add
homebrew/dupes
to take advantage of homebrew packages that replace the Mac built-ins:
- run
brew tap homebrew/dupes
Change PATH Variable: http://www.tech-recipes.com/rx/2621/os_x_change_path_environment_variable/