Home Folder Config Files/Dotfiles VIM Before opening VIM for the first time, run: mkdir -p .vim/bundle cd .vim/bundle git clone https://github.com/VundleVim/Vundle.vim.git vim +PluginInstall +qall