Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xxx252525 authored Jul 11, 2024
1 parent f4b3787 commit 7c32eff
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,15 +221,22 @@ plugins=(
zsh-syntax-highlighting
zsh-completions
)
# 复制root根目录下的.oh-my-zsh目录和.zshrc到用户根目录下
cp -r .oh-my-zsh /home/user/oh-my-zsh
cp .zshrc /home/user/.zshrc
```

重启配置文件或者重启系统
重启配置文件

```shell
# 重载配置文件
source .zshrc
# 重启系统
sudo reboot
```

配置Shell终端,第一次使用`source .zshrc`命令可以直接进入到该主题配置界面,后续就需要单独使用命令进行配置

```shell
p10k configure
```

---
Expand Down

0 comments on commit 7c32eff

Please sign in to comment.