From f4aed6318184e99eac183e6fd3dcde3a6bcbe8a2 Mon Sep 17 00:00:00 2001 From: "David Todd (c0de)" Date: Wed, 16 May 2018 17:29:00 -0500 Subject: [PATCH] Don't install wp-cli I've never actually used this, so I probably don't need it --- install.sh | 12 ++++++------ shell/zshrc | 1 - 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/install.sh b/install.sh index f15ea65..678c6d8 100755 --- a/install.sh +++ b/install.sh @@ -43,14 +43,14 @@ echo "Making install directories" mkdir -p ~/bin ~/dotfiles/.bin # Install wp-cli -echo "Installing wp-cli" -cd ~/dotfiles/.bin -curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar -chmod a+x wp-cli.phar -ln -s ~/dotfiles/.bin/wp-cli.phar ~/bin/wp +# echo "Installing wp-cli" +# cd ~/dotfiles/.bin +# curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar +# chmod a+x wp-cli.phar +# ln -s ~/dotfiles/.bin/wp-cli.phar ~/bin/wp # Since $HOME/bin is in the PATH, this should work -wp --info +# wp --info echo "Install done." echo "Check tmux, vim, and your shell to verify everything is correct" diff --git a/shell/zshrc b/shell/zshrc index 15eb91a..3fe5a0f 100644 --- a/shell/zshrc +++ b/shell/zshrc @@ -72,7 +72,6 @@ COMPLETION_WAITING_DOTS="true" plugins=(git \ per-directory-history \ virtualenvwrapper \ - wp-cli \ nyan \ catimg)