The following apps will be installed:
- Git
- VSCode
- SublimeText 3
- Chromium Dev Build
- Docker
- Postman
- Figma
Sets up WSL 2 with Ubuntu 18.04 and installs required apps
(New-Object System.Net.WebClient).DownloadFile('https://zource.dev/setup/windows.ps1', "$env:temp\setup.ps1"); Set-ExecutionPolicy Bypass -Scope Process -Force; powershell "$env:temp\setup.ps1"
Installs required apps
curl -o- https://zource.dev/setup/macos.sh | bash
Installs required apps
curl -o- https://zource.dev/setup/ubuntu.sh | bash