Fix update script.
This commit is contained in:
parent
32decca92c
commit
b8738027ea
1 changed files with 1 additions and 3 deletions
|
@ -13,9 +13,7 @@ rm -rf ~/.oh-my-zsh
|
||||||
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
|
git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh
|
||||||
|
|
||||||
mkdir -p ~/.oh-my-zsh/custom/plugins
|
mkdir -p ~/.oh-my-zsh/custom/plugins
|
||||||
pushd ~/.oh-my-zsh/custom/plugins
|
git clone git://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
|
||||||
git clone git://github.com/zsh-users/zsh-syntax-highlighting.git
|
|
||||||
popd
|
|
||||||
|
|
||||||
touch ~/.zshrc-local
|
touch ~/.zshrc-local
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue