docs(Linux): 修正文档中的格式和空格问题
修复文档中多余的空格和格式不一致问题,保持文档整洁统一
This commit is contained in:
parent
4e495cee3e
commit
0a3fd1931e
@ -2907,17 +2907,17 @@ dnf install -y zsh
|
||||
|
||||
### 脚本安装
|
||||
|
||||
| **Method** | **Command** |
|
||||
| ------------------------------------------------ | ------------------------------------------------------------ |
|
||||
| **curl** | `sh -c "$(curl -fsSL https://install.ohmyz.sh/)"` |
|
||||
| **wget** | `sh -c "$(wget -O- https://install.ohmyz.sh/)"` |
|
||||
| **fetch** | `sh -c "$(fetch -o - https://install.ohmyz.sh/)"` |
|
||||
| **Method** | **Command** |
|
||||
| ------------------------------------------------ | ------------------------------------------------------------------------------------ |
|
||||
| **curl** | `sh -c "$(curl -fsSL https://install.ohmyz.sh/)"` |
|
||||
| **wget** | `sh -c "$(wget -O- https://install.ohmyz.sh/)"` |
|
||||
| **fetch** | `sh -c "$(fetch -o - https://install.ohmyz.sh/)"` |
|
||||
| 国内curl[镜像](https://gitee.com/pocmon/ohmyzsh) | `sh -c "$(curl -fsSL https://gitee.com/pocmon/ohmyzsh/raw/master/tools/install.sh)"` |
|
||||
| 国内wget[镜像](https://gitee.com/pocmon/ohmyzsh) | `sh -c "$(wget -O- https://gitee.com/pocmon/ohmyzsh/raw/master/tools/install.sh)"` |
|
||||
| 国内wget[镜像](https://gitee.com/pocmon/ohmyzsh) | `sh -c "$(wget -O- https://gitee.com/pocmon/ohmyzsh/raw/master/tools/install.sh)"` |
|
||||
|
||||
注意:同意使用 Oh-my-zsh 的配置模板覆盖已有的 `.zshrc`。
|
||||
|
||||

|
||||

|
||||
|
||||
### 从`.bashrc`中迁移配置(可选)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user