5 lines
178 B
Bash
5 lines
178 B
Bash
#!/bin/bash
|
|
rm -rf /home/mg/.vim/
|
|
sudo apt install vim git ripgrep
|
|
git clone https://github.com/VundleVim/Vundle.vim.git /home/mg/.vim/bundle/Vundle.vim
|
|
vim +PluginInstall +qall
|