This commit is contained in:
Michael Grote 2021-05-28 10:12:53 +02:00
parent 3e12a9379c
commit aff494fd41

4
setup.sh Normal file
View 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`