Merge branch 'master' of https://git.mgrote.net/mg/dotfiles
This commit is contained in:
commit
3be5674971
1 changed files with 3 additions and 2 deletions
5
setup.sh
5
setup.sh
|
@ -1,4 +1,5 @@
|
|||
#!/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
|
||||
vim +PluginInstall +qall`
|
||||
git clone https://github.com/VundleVim/Vundle.vim.git /home/mg/.vim/bundle/Vundle.vim
|
||||
vim +PluginInstall +qall
|
||||
|
|
Loading…
Reference in a new issue