Don't install wp-cli

I've never actually used this, so I probably don't need it
This commit is contained in:
David Todd (c0de) 2018-05-16 17:29:00 -05:00
parent c3831f3e7d
commit f4aed63181
2 changed files with 6 additions and 7 deletions

View File

@ -43,14 +43,14 @@ echo "Making install directories"
mkdir -p ~/bin ~/dotfiles/.bin mkdir -p ~/bin ~/dotfiles/.bin
# Install wp-cli # Install wp-cli
echo "Installing wp-cli" # echo "Installing wp-cli"
cd ~/dotfiles/.bin # cd ~/dotfiles/.bin
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar # curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
chmod a+x wp-cli.phar # chmod a+x wp-cli.phar
ln -s ~/dotfiles/.bin/wp-cli.phar ~/bin/wp # ln -s ~/dotfiles/.bin/wp-cli.phar ~/bin/wp
# Since $HOME/bin is in the PATH, this should work # Since $HOME/bin is in the PATH, this should work
wp --info # wp --info
echo "Install done." echo "Install done."
echo "Check tmux, vim, and your shell to verify everything is correct" echo "Check tmux, vim, and your shell to verify everything is correct"

View File

@ -72,7 +72,6 @@ COMPLETION_WAITING_DOTS="true"
plugins=(git \ plugins=(git \
per-directory-history \ per-directory-history \
virtualenvwrapper \ virtualenvwrapper \
wp-cli \
nyan \ nyan \
catimg) catimg)