Skip to content

Instantly share code, notes, and snippets.

@cuckon
Last active September 24, 2021 13:01
Show Gist options
  • Save cuckon/6f416d78081e1db0b8593b2b5b334da5 to your computer and use it in GitHub Desktop.
Save cuckon/6f416d78081e1db0b8593b2b5b334da5 to your computer and use it in GitHub Desktop.
Init Dev Env
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
choco install -y git.install python vscode docker-cli docker-compose powertoys cascadiacode microsoft-windows-terminal
python -m pip install ptpython
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment