1:安裝oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
2、安裝zsh-autosuggestions
git clone git://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/plugins/zsh-autosuggestions
3、編輯~/.zshrc文件
open ~/.zshrc.
找到plugins=(git)這一行,在下方添加一行 【 plugins=(git zsh-autosuggestions) 】
保存退出
4、重新打開命令行 或
source ~/.zshrc
更新zsh