aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorahillio <web@ahill.io>2021-08-08 21:22:22 +0300
committerGitHub <noreply@github.com>2021-08-08 21:22:22 +0300
commit46a3e51896d72ea4e2246d3207df9acc5049b5a3 (patch)
treedc1ded40eb04a3db3ff4d87ad4bbd62fd0bb2975 /README.md
parent8f798f986a02eb27c4ef25229976443fa2a66809 (diff)
readme: make 2steps for oh-my-zsh installation explicit. (#1526)
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 11 insertions, 12 deletions
diff --git a/README.md b/README.md
index b999d93a..239737e6 100644
--- a/README.md
+++ b/README.md
@@ -366,18 +366,17 @@ 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:-$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 上的官方镜像加速下载.
-
-```zsh
-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`.
+1. Clone the repository:
+ ```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 上的官方镜像加速下载.
+
+ ```zsh
+ 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`.
### Prezto