From 17b34f7f2426f715001220aa976f49fe05fa4a75 Mon Sep 17 00:00:00 2001 From: mg Date: Fri, 28 May 2021 10:14:16 +0200 Subject: [PATCH 1/3] Update 'setup.sh' --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index d92ef22..45e5b5f 100644 --- a/setup.sh +++ b/setup.sh @@ -1,4 +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` +vim +PluginInstall +qall From 253db975b05150f0ad600c0dc14ce74d8883d817 Mon Sep 17 00:00:00 2001 From: mg Date: Fri, 28 May 2021 10:16:24 +0200 Subject: [PATCH 2/3] Update 'setup.sh' --- setup.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.sh b/setup.sh index 45e5b5f..2b18586 100644 --- a/setup.sh +++ b/setup.sh @@ -1,4 +1,5 @@ #!/bin/bash +rm -rf /home/mg/.vim/bundle sudo apt install vim git ripgrep git clone https://github.com/VundleVim/Vundle.vim.git /home/mg/.vim/bundle vim +PluginInstall +qall From 3d69265a2ca28a338d34dd933620844e408e59a5 Mon Sep 17 00:00:00 2001 From: mg Date: Fri, 28 May 2021 10:19:10 +0200 Subject: [PATCH 3/3] Update 'setup.sh' --- setup.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.sh b/setup.sh index 2b18586..b47be7f 100644 --- a/setup.sh +++ b/setup.sh @@ -1,5 +1,5 @@ #!/bin/bash -rm -rf /home/mg/.vim/bundle +rm -rf /home/mg/.vim/ sudo apt install vim git ripgrep -git clone https://github.com/VundleVim/Vundle.vim.git /home/mg/.vim/bundle +git clone https://github.com/VundleVim/Vundle.vim.git /home/mg/.vim/bundle/Vundle.vim vim +PluginInstall +qall