1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-09-24 20:30:44 +00:00

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

Co-authored-by: 779g <aztlan@779.mx>
This commit is contained in:
779g 2020-04-21 22:24:29 +02:00 committed by GitHub
parent 0bb331b55d
commit 8c84041ec7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`.