From 72914aa6e191a410d85da7d9fdc6a7fc72b22184 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Tue, 16 Apr 2019 22:45:31 -0700 Subject: [PATCH] Remove vundle as I no longer use it. --- install.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 650712a..64caad6 100755 --- a/install.sh +++ b/install.sh @@ -103,6 +103,7 @@ add_bin_symlink() { } # Custom version of pwndbg's installer +# TODO: move to install_tool.sh install_pwndbg() { if ! which gdb > /dev/null 2>&1 ; then return 1 @@ -120,10 +121,7 @@ install_pwndbg() { } postinstall() { - # Install Vundle plugins - if [ -d $HOME/.vim/bundle/Vundle.vim ] ; then - vim +VundleInstall +qall - fi + true } ssh_key_already_installed() {