wsl ubuntu 安装 oh-my-zsh
安装zsh
sudo apt install git zsh -y
安装oh-my-zsh
码云地址https://gitee.com/mirrors/oh-my-zsh
执行其中的
tools/install.sh
如果无法clone github代码可以尝试把ip写入host
安装自动补全
git clone https://gitee.com/mirrors/zsh-autosuggestions.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
修改配置
~/.zshrc
plugins=(git zsh-autosuggestions)
最后更新于 2024-10-19 03:24:33 并被添加「」标签,已有 517 位童鞋阅读过。
此处评论已关闭