mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +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:
parent
0bb331b55d
commit
8c84041ec7
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue