- 在微软商店下载ubuntu20.04LTS
- 微软商店下载windows Termunal
- 打开windows Termunal
- 更改下载源
- 因为需要运行32位包,在ubuntu20.04LTS的终端进入sudo su,然后
dpkg --print-architecture sudo dpkg --add-architecture i386 && sudo apt update apt-get install lib32z1 lib32ncurses6 lib32stdc++6
6,安装oh-my-zsh
7, 完成