wsl 基本配置
2022年6月6日
wsl 基本配置
Wsl 基本配置
定义
ZSH
sh -c "$(curl -fsSL https://gitee.com/shmhlsy/oh-my-zsh-install.sh/raw/master/install.sh)"
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
plugins=(其他插件名 autojump zsh-autosuggestions zsh-syntax-highlighting)
Gnome 界面
My WSL2 Ubuntu 20.04 Environment · GitHub
- 使用 Xlaunch(Vrscv) 即可
- 下载 Genie 可以参考
最终效果
参考
Loading...