Fast iTerm Setup
All files here are inspired / copied from Mathias Bynens github repo.
This is quick reference to help me setup iTerm.
1. Install brew if you haven't done so.
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
2. Install bash git completion
sudo port install git +bash_completion
3. Copy all dotfiles, except for .gitignore, to your home folder. Don't forget to create a folder called bin under the user's home directory. The bin folder should host all application aliases that will be accessible by command line.
4. If after the initial setup you want to change the machine's name:
sudo scutil --set HostName your_new_hostname
5. Import Mathias.terminal in your Terminal app to be consistent with what you have in iTerm.
6. Replace both Preferences.sublime-settings and Default (OSX).sublime-keymap in your Sublime Editor.