Appearance
WSL开发环境
windows terminal,微软官方出的一个命令行工具。WSL。
Windows + Linux + WSL
WSL是适用于Linux的Windows子系统。比虚拟机快的多,集成到windows10系统中了。
- 安装WSL
- 安装Ubantu
- Oh my zsh
Windows + Linux。
安装 WSL:https://docs.microsoft.com/zh-cn/windows/wsl/install-win10。
如果想要更好的使用 WSL,建议配合微软官方开发的 Windows Terminal 命令行终端工具。
Ubuntu 中默认用的 bash,我个人更喜欢 zsh,zsh有一个集成工具:Oh my zsh。
Oh my zsh:https://ohmyz.sh/。