Skip to content

Instantly share code, notes, and snippets.

@thechinnster
Last active June 21, 2021 20:37
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thechinnster/6547064 to your computer and use it in GitHub Desktop.
Save thechinnster/6547064 to your computer and use it in GitHub Desktop.
What to Install on a Fresh Mac

What To Install On A Fresh Mac

##Software

From App Store

Install Command Line Tools from Xcode for git with git-svn.

From the Web

##Configuration

On the Command Line

  • Switch over to zsh ('chsh -s /bin/zsh').
  • Restore (or configure) .zshrc, .oh-my-zsh, and .gitignore files.
  • Install Homebrew (ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)")
  • Install SCM Breeze
  • Configure FileMerge as diff tool using these instructions.

Enable the Hyper Key

Map Select Next and Previous Tab to opt-cmd plus right and left arrows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment