From aff494fd41c8765c1687f8344862e9fd27a30493 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Fri, 28 May 2021 10:12:53 +0200 Subject: [PATCH] setup --- setup.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 setup.sh diff --git a/setup.sh b/setup.sh new file mode 100644 index 0000000..d92ef22 --- /dev/null +++ b/setup.sh @@ -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`