dotfiles

$HOME is where the <3 is
git clone git://git.alexkarle.com/dotfiles.git
Log | Files | Refs | Submodules | README

commit 81a086e640fd224957b319a88194a53dae46950a (patch)
parent 8a3a57558e4bc0dc8aa31690acdecacd7c750581
Author: Alex Karle <alex@karle.co>
Date:   Tue,  4 Jun 2019 22:53:53 -0400

[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.

Diffstat:
Mbin/install.sh | 9---------
1 file changed, 0 insertions(+), 9 deletions(-)

diff --git 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