Windows 开发环境
1. 基础工具
1.1. 网络工具
1.2. IDE
1.3. Windows Powershell
1 | # 创建 profile |
1.4. WSL(Windows Subsystem for Linux)
安装 WSL1.5. Windows Terminal
Windows Terminal的美化
1.6. Docker Desktop
下载并安装 Docker Desktop
1.7. Git
安装和配置:
1 | # 安装 |
自动补全:
1 | # 安装 |
1.8. 7-zip
安装 7-zip
1 | winget install --id 7zip.7zip -e --source winget |
1.9. Custom Cmdline
1 | mkdir "$HOME\AppData\Local\CmdTools" |