Appearance
PowerShell 管理员模式安装Scoop
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
通过 Scoop 安装开发环境:
scoop bucket add extra scoop install git nodejs-lts pnpm go mingw python vscode