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
|
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"
|
||||||
|
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user