Update 'setup.sh'
This commit is contained in:
parent
aff494fd41
commit
17b34f7f24
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue