fix: 修复readme错误
This commit is contained in:
parent
d131a1f7a4
commit
abe9ca81b4
|
|
@ -33,10 +33,10 @@ fork自 oh my zsh,更纯净 更快速
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# 找一个地方clone本仓库 例如 ~/.config
|
# 找一个地方clone本仓库 例如 ~/.config
|
||||||
git clone https://github.com/yaocccc/omz
|
git clone https://github.com/yaocccc/omz ~/.config
|
||||||
|
|
||||||
# 在你的zsh配置里 source ~/.config/omz/omz.zsh (举例)
|
# 在你的zsh配置里 source ~/.config/omz/omz.zsh (举例)
|
||||||
echo "source ~/config/omz/omz.zsh" >> $ZSH/init.zsh
|
echo "source ~/.config/omz/omz.zsh" >> ~/.zshrc
|
||||||
|
|
||||||
# 请务必安装fzf和lua 依赖
|
# 请务必安装fzf和lua 依赖
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue