dotfiles/setup.sh
2021-05-28 10:14:16 +02:00

4 lines
145 B
Bash

#!/bin/bash
sudo apt install vim git ripgrep
git clone https://github.com/VundleVim/Vundle.vim.git /home/mg/.vim/bundle
vim +PluginInstall +qall