Remove vim theme install

This commit is contained in:
c0de 2022-08-17 17:01:21 -05:00
parent 8b686b3040
commit 8439a20056
1 changed files with 0 additions and 8 deletions

View File

@ -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}"