From 8439a2005677487d305a38b9c5d1a68572f2fbf4 Mon Sep 17 00:00:00 2001 From: c0de Date: Wed, 17 Aug 2022 17:01:21 -0500 Subject: [PATCH] Remove vim theme install --- install.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/install.sh b/install.sh index 9bf9d7c..baa5a0e 100755 --- a/install.sh +++ b/install.sh @@ -139,14 +139,6 @@ git clone https://github.com/ntpeters/vim-better-whitespace.git "${HOME}/.vim/bu echo "Installing VIM Indent Guides..." git clone https://github.com/thaerkh/vim-indentguides.git "${HOME}/.vim/bundle/vim-indentguides" -echo "Installing VIM Iceberg theme..." -cd /tmp -wget https://www.vim.org/scripts/download_script.php?src_id=25718 -O iceberg.zip -unzip iceberg.zip -cp -r iceberg.vim/{autoload,colors} "${HOME}/.vim/" -rm -rf /tmp/iceberg* -cd "${HOME}" - if [ -e "${POSTINSTALL_SCRIPT}" ]; then echo "Running post install..." "${POSTINSTALL_SCRIPT}"