wsl 基本配置

randolf2022年6月6日
小于 1 分钟

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 · GitHubopen in new window

最终效果 Pasted image 20211230132659

参考

Loading...