Last active
September 24, 2021 13:01
-
-
Save cuckon/6f416d78081e1db0b8593b2b5b334da5 to your computer and use it in GitHub Desktop.
Init Dev Env
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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