From 81a086e640fd224957b319a88194a53dae46950a Mon Sep 17 00:00:00 2001 From: Alex Karle Date: Tue, 4 Jun 2019 22:53:53 -0400 Subject: [PATCH] [bin] remove unused Vim plugin from optional curl installs I am currently using just pure (Neo)Vim packages for my plugin management, so I don't need to prompt to install pathogen. --- bin/install.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/bin/install.sh b/bin/install.sh index 3a02903..185b12e 100755 --- a/bin/install.sh +++ b/bin/install.sh @@ -68,12 +68,6 @@ printf "\n\n" # Optional installs via curl: if [ -x "$(command -v curl)" ]; then - # vim-plug - install_via_curl \ - "vim-pathogen" \ - "https://raw.githubusercontent.com/tpope/vim-pathogen/master/autoload/pathogen.vim" \ - "$HOME/.vim/autoload/pathogen.vim" - # git bash/zsh completion install_via_curl \ "bash completion" \ @@ -94,6 +88,3 @@ echo "${MAGENTA} _${BLUE} | (_| | ( (_| | | | | __/ (_| | (_) | |_\__ \ " echo "${MAGENTA}(_)${BLUE} \__,_|_|\_\__,_|_| |_|\___|\__,_|\___/ \__|___/ " printf ${RESET} echo "" - -# source bash -source ~/.bashrc -- libgit2 0.28.4