/dotfiles

Primary LanguageLuaThe UnlicenseUnlicense

  1. Download/Install Chrome
  2. Download/Install Postgres.app
  3. Download/Install Karabiner
  4. Configure trackpad settings (tap to click, scroll direction unnatural)
  5. Configure trackpad settings in Accessibility panel -> Trackpad Options "Enable Dragging with Drag Lock"
  6. Configure keyboard (Caps Lock = CTRL)
  7. Install Homebrew
  $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

  1. Install fish
  $ brew install fish
  1. Install dotfiles
  $ git clone https://github.com/jkassemi/dotfiles.git
  $ cd dotfiles; ./install.sh
  1. Install iTerm2 - http://www.iterm2.com/#/section/home
  2. Set iTerm2 profile colors to "Pastel (Dark Background)"
  3. Set iTerm2 report terminal type to xterm-256color
  4. Install VirtualBox https://www.virtualbox.org/wiki/Downloads
  5. Install Vagrant http://www.vagrantup.com/downloads.html
  6. Install Ansible
  $ brew install ansible
  1. Install tmux:
  $ brew install tmux