Documented a default $ZSH_CUSTOM to install with Oh My Zsh Install in a script (#648)

Co-authored-by: 779g <aztlan@779.mx>
pull/652/head
779g 4 years ago committed by GitHub
parent 0bb331b55d
commit 8c84041ec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -358,7 +358,7 @@ make sure to disable the current theme in your plugin manager. See
### Oh My Zsh
```zsh
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git $ZSH_CUSTOM/themes/powerlevel10k
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/themes/powerlevel10k
```
Set `ZSH_THEME="powerlevel10k/powerlevel10k"` in `~/.zshrc`.

Loading…
Cancel
Save