Don't install wp-cli
I've never actually used this, so I probably don't need it
This commit is contained in:
parent
c3831f3e7d
commit
f4aed63181
12
install.sh
12
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"
|
||||
|
@ -72,7 +72,6 @@ COMPLETION_WAITING_DOTS="true"
|
||||
plugins=(git \
|
||||
per-directory-history \
|
||||
virtualenvwrapper \
|
||||
wp-cli \
|
||||
nyan \
|
||||
catimg)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user