From 0c47070e4c495248a100a8d29ed458e9607c347d Mon Sep 17 00:00:00 2001 From: user1 Date: Wed, 1 Feb 2023 06:38:51 +0100 Subject: [PATCH] [-] Remove Vundle --- arch-graphical-install-auto.sh | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/arch-graphical-install-auto.sh b/arch-graphical-install-auto.sh index 3a4542b..5a6de45 100755 --- a/arch-graphical-install-auto.sh +++ b/arch-graphical-install-auto.sh @@ -490,16 +490,6 @@ chmod +x /usr/bin/hardreset.sh cp /opt/${repo}/scripts/slowtype /usr/bin/slowtype chmod +x /usr/bin/slowtype -cp /opt/${repo}/configs/vimrc /etc/vimrc - -if ! [ -d "/home/${user}/.vim/bundle/Vundle.vim" ]; then - git clone https://github.com/VundleVim/Vundle.vim.git /home/${user}/.vim/bundle/Vundle.vim -else - cd /home/${user}/.vim/bundle/Vundle.vim - update_git -fi -cd / - cp -v /opt/${repo}/scripts/import-gsettings /usr/bin/import-gsettings # clipboard wrapper