Update 'setup.sh'

This commit is contained in:
Michael Grote 2021-05-28 10:16:24 +02:00
parent 17b34f7f24
commit 253db975b0

View file

@ -1,4 +1,5 @@
#!/bin/bash #!/bin/bash
rm -rf /home/mg/.vim/bundle
sudo apt install vim git ripgrep sudo apt install vim git ripgrep
git clone https://github.com/VundleVim/Vundle.vim.git /home/mg/.vim/bundle git clone https://github.com/VundleVim/Vundle.vim.git /home/mg/.vim/bundle
vim +PluginInstall +qall vim +PluginInstall +qall