iTerm2增强体验oh-my-zsh

oh-my-zsh你值得拥有

仓库地址:https://github.com/ohmyzsh/ohmyzsh#basic-installation

首先系统要安装zsh

curl方式安装:

sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

插件

高亮插件

cd ~/.oh-my-zsh/custom/plugins/

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git

命令补全插件

cd ~/.oh-my-zsh/custom/plugins/

git clone https://github.com/zsh-users/zsh-autosuggestions

环境变量修改生效

vi ~/.zshrc
source ~/.zshrc
修改如图

已发布

分类

来自

标签:

0 0 投票数
文章评分
订阅评论
提醒
guest
0 评论
最旧
最新 最多投票
内联反馈
查看所有评论
0
希望看到您的想法,请您发表评论x