当前位置: 首页 > 工具软件 > Oh My Zsh > 使用案例 >

Oh My Zsh 安装与卸载

秦永望
2023-12-01

Oh My Zsh官网:http://ohmyz.sh

Mac 电脑 打开终端
输入

sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

安装成功

卸载 Oh My Zsh

uninstall_oh_my_zsh

 

 

zsh-autosuggestions自动提示插件

1.下载该插件到.oh-my-zsh/plugins目录

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

2.编辑.zshrc文件
找到plugins=(git)这一行,如果没有添加。更改为如下:

plugins=(git zsh-autosuggestions)

3.关闭终端重新打开

 

转载于:https://my.oschina.net/u/3775800/blog/3043647

 类似资料: