Linux:
sudo apt-get install git
Mac: git is available by default
git clone https://github.com/jobwat/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
make
chsh -s /bin/zsh
or back to bash:
chsh -s /bin/bash
vim plugins are managed through vimrc itself now, see https://github.com/junegunn/vim-plug
Thanks to Rufus Post for the dotfiles idea !
And thx to all the coders that make this possible through their code share: gmarik, Tim Pope, Robby Russell and so many more.