- Install Iterm 2
- Install Brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Export variables
CODE_PATH=~/Code
DOTFILES=$CODE_PATH/dotfiles
- Install Vim Plugins, by running
vim
and:PlugInstall
- https://github.com/junegunn/vim-plug
- ag
- bash-completion
- git
- tree
- wget