setup
This commit is contained in:
parent
3e12a9379c
commit
aff494fd41
1 changed files with 4 additions and 0 deletions
4
setup.sh
Normal file
4
setup.sh
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
#!/bin/bash
|
||||||
|
sudo apt install vim git ripgrep
|
||||||
|
git clone https://github.com/VundleVim/Vundle.vim.git /home/mg/.vim/bundle
|
||||||
|
vim +PluginInstall +qall`
|
Loading…
Reference in a new issue