NIUCLOUD是一款SaaS管理后台框架多应用插件+云编译。上千名开发者、服务商正在积极拥抱开发者生态。欢迎开发者们免费入驻。一起助力发展! 广告
### 安装zsh sudo apt-get install zsh ### 切换zsh chsh -s /bin/zsh ### 安装oh-my-zsh git clone https://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh ### 复制 cp ~/.oh-my-zsh/templates/zshrc.zsh-template ~/.zshrc ### 高亮插件 git clone https://gitee.com/xiaoqqya/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting git clone https://gitee.com/renkx/zsh-autosuggestions.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions ### 修改.zshrc vim .zshrc plugins(git zsh-autosuggestions zsh-syntax-highlighting ) ### 配置生效 source ~/.zshrc