Files
dotfiles/.config/install-scripts/004-vim.sh

4 lines
116 B
Bash
Executable File

#!/bin/bash
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim +PluginInstall +qall