Oh-my-zsh安装
Oh-my-zsh安装及扩展插件安装
安装 zsh
1 |
|
下载gitee
wget https://gitee.com/mirrors/oh-my-zsh/raw/master/tools/install.sh
编辑
install.sh
找到以下部分
1 |
|
把
1 |
|
替换为
1 |
|
修改仓库地址
1 |
|
插件 zsh-syntax-highlighting
高亮语法
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
插件 zsh-autosuggestions
自动补全
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions