Skip to content

Windows Development Environment Setup workflow

Establishing a development environment on Windows involves a tiered installation process. The workflow prioritizes the Windows Subsystem for Linux (WSL) to ensure compatibility with a Linux-based toolchain.^[windows工具清單.md]

Installation sequence

  1. WSL Installation: The first step is to install WSL2 immediately upon setting up a new computer^[windows工具清單.md].
  2. Package Manager: Once WSL is configured, the next step is to install Chocolatey (choco)^[windows工具清單.md].
  3. Containerization: Finally, Docker Desktop should be installed to complete the core environment setup^[windows工具清單.md].
  4. CLI Tools: For general command-line software management, Scoop is recommended^[windows工具清單.md].
  • [[Windows Subsystem for Linux]]
  • Chocolatey
  • [[Docker]]

Sources

  • windows工具清單.md