Donk Tools

tools.devSetup.title

About

A single PowerShell script that auto-detects your OS (Windows/macOS/Linux) and network (International / China Mainland), then installs 10 essential dev tools with optimal mirrors. No web wizard needed—just download and run.

Download

Download donk-setup.ps1

Or copy & paste

1. Download the script
iwr https://donk-tools.mr-p.workers.dev/donk-setup.ps1 -OutFile donk-setup.ps1
2. Run the script
pwsh -ExecutionPolicy Bypass -File donk-setup.ps1

What it installs

1.PowerShell 7
2.Node.js LTS
3.Python 3.12
4.Git
5.VS Code
6.OpenCode
7.Windsurf
8.Cursor
9.GitHub CLI
10.Docker

How it works

The script auto-detects your network—if Google is reachable it uses winget/brew/apt; if only Baidu is reachable it downloads from Chinese mirrors (Huawei Cloud, npmmirror, Aliyun, Tsinghua TUNA); if offline it shows direct download URLs. No manual selection needed. Run it on any customer's computer—the script figures everything out.