1
0
Fork 0
mirror of https://github.com/romkatv/powerlevel10k.git synced 2024-11-22 04:10:07 +00:00

readme: make 2steps for oh-my-zsh installation explicit. (#1526)

This commit is contained in:
ahillio 2021-08-08 14:22:22 -04:00 committed by GitHub
parent 8f798f986a
commit 46a3e51896
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -366,18 +366,17 @@ make sure to disable the current theme in your plugin manager. See
### Oh My Zsh ### Oh My Zsh
```zsh 1. Clone the repository:
git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k ```zsh
``` git clone --depth=1 https://github.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
```
Users in mainland China can use the official mirror on gitee.com for faster download.<br>
中国大陆用户可以使用 gitee.com 上的官方镜像加速下载.
Users in mainland China can use the official mirror on gitee.com for faster download.<br> ```zsh
中国大陆用户可以使用 gitee.com 上的官方镜像加速下载. git clone --depth=1 https://gitee.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
```
```zsh 2. Set `ZSH_THEME="powerlevel10k/powerlevel10k"` in `~/.zshrc`.
git clone --depth=1 https://gitee.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
```
Set `ZSH_THEME="powerlevel10k/powerlevel10k"` in `~/.zshrc`.
### Prezto ### Prezto