zsh-auto-suggestion
安装
安装 git 和 zsh
1 | sudo apt update && sudo apt install git zsh -y |
安装 oh-my-zsh
1 | sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" |
安装 zsh-autosuggestions
和 zsh-syntax-highlighting
到~/.oh-my-zsh/custom/plugins
1 | git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions |
修改 .zshrc
1 | plugins=( |
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Sakaizd's Blog!
评论