dotfiles/setup.sh
2021-06-01 19:42:02 +02:00

5 lines
178 B
Bash
Executable file

#!/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/Vundle.vim
vim +PluginInstall +qall