|
|
@ -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>
|
|
|
|
Users in mainland China can use the official mirror on gitee.com for faster download.<br>
|
|
|
|
中国大陆用户可以使用 gitee.com 上的官方镜像加速下载.
|
|
|
|
中国大陆用户可以使用 gitee.com 上的官方镜像加速下载.
|
|
|
|
|
|
|
|
|
|
|
|
```zsh
|
|
|
|
```zsh
|
|
|
|
git clone --depth=1 https://gitee.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
|
|
|
|
git clone --depth=1 https://gitee.com/romkatv/powerlevel10k.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/themes/powerlevel10k
|
|
|
|
```
|
|
|
|
```
|
|
|
|
|
|
|
|
2. Set `ZSH_THEME="powerlevel10k/powerlevel10k"` in `~/.zshrc`.
|
|
|
|
Set `ZSH_THEME="powerlevel10k/powerlevel10k"` in `~/.zshrc`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Prezto
|
|
|
|
### Prezto
|
|
|
|
|
|
|
|
|
|
|
|