- Download/Install Chrome
- Download/Install Postgres.app
- Download/Install Karabiner
- Configure trackpad settings (tap to click, scroll direction unnatural)
- Configure trackpad settings in Accessibility panel -> Trackpad Options "Enable Dragging with Drag Lock"
- Configure keyboard (Caps Lock = CTRL)
- Install Homebrew
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Install fish
$ brew install fish
- Install dotfiles
$ git clone https://github.com/jkassemi/dotfiles.git
$ cd dotfiles; ./install.sh
- Install iTerm2 - http://www.iterm2.com/#/section/home
- Set iTerm2 profile colors to "Pastel (Dark Background)"
- Set iTerm2 report terminal type to xterm-256color
- Install VirtualBox https://www.virtualbox.org/wiki/Downloads
- Install Vagrant http://www.vagrantup.com/downloads.html
- Install Ansible
$ brew install ansible
- Install tmux:
$ brew install tmux