Setting up my new Mac

  • Xcode: install it from apple store.

  • Xcode theme: Monokai Revisited

  • Xcode plug-ins:

    XcodeColors
    OMColorSense
    KSImageNamed
    
  • Xcode settings:

    Preferences -> Accounts -> Import/Outport Accounts
    Preferences -> Text Editing -> Line numbers
    Preferences -> Text Editing -> Indentation -> Tab/Indent width: 2 spaces
    
  • Command Line Tools for Xcode: Download

  • homebrew:

    ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
    
  • iTerm2

  • Solarized for iTerm2

    Preferences -> Profiles -> Colors -> Load Presets -> import -> solarized theme file
    Preferences -> Profiles -> Colors -> Load Presets -> Solarized
    
  • Setting for iTerm2: Preferences -> Profiles -> Text -> disable Draw bold text in bright colors

  • Setting Font Size: 14pt

  • Setting zsh: ZSH_THEME="ys"

  • Install my dot files.