4 lines
116 B
Bash
Executable File
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
|