Clone OMZ to ~/.oh-my-zsh
This commit is contained in:
parent
d94219d521
commit
786774499e
1 changed files with 1 additions and 1 deletions
2
setup.sh
2
setup.sh
|
@ -28,7 +28,7 @@ vimbundles=( \
|
||||||
|
|
||||||
if [[ ! -d ~/.oh-my-zsh ]]; then
|
if [[ ! -d ~/.oh-my-zsh ]]; then
|
||||||
print -P "%BCloning Oh my ZSH!"
|
print -P "%BCloning Oh my ZSH!"
|
||||||
git clone $omzrepo
|
git clone $omzrepo $HOME/.oh-my-zsh
|
||||||
fi
|
fi
|
||||||
|
|
||||||
print -P "%BSymlinking config files%b"
|
print -P "%BSymlinking config files%b"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue