dotfiles Configuration files Vim Install vim-plug: $ curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim Run vim and install all other plugins: $ vim +PlugInstall