A collection of dotfiles used for software development primarily on Mac OSX
- Clone this repo under your Mac OSX user directory
- Copy all dotfiles to your home directory
- To enable vim-airline, run
git clone https://github.com/vim-airline/vim-airline ~/.vim/bundle/vim-airline
- To enable vim-airline-themes, run
git clone https://github.com/vim-airline/vim-airline-themes ~/.vim/bundle/vim-airline-themes
- To enable vim-go, run
git clone https://github.com/fatih/vim-go.git ~/.vim/bundle/vim-go