Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 782 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 782 Bytes
  1. Install Xcode from the App Store

  2. Install Xcode Command Line Tools

  • run xcode-select --install
  1. Install GitHub for Mac

  2. Run git config --global push.default current - http://how-we-work.bigbinary.com/git-setup/push-default.html

  3. Run `git config --global branch.autosetuprebase always' - http://how-we-work.bigbinary.com/git-setup/autosetuprebase.html

  4. Install Homebrew

  • run ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" `
  • run brew doctor to make sure everything is okay
  1. 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/