-
-
Save paulyuk/000e7273ad2ad28ca766e38681bc0bdc to your computer and use it in GitHub Desktop.
Install WinGet Stuff
This file contains 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
winget install Microsoft.Powershell | |
Winget install "Company Portal" | |
Winget install "Microsoft .NET SDK" #assume .NET SDK 6.0+ | |
Winget install "Python.Python.3" | |
Winget install "Node.js" | |
Winget install "Git.Git" | |
Winget install "Microsoft Azure Storage Explorer" | |
Winget install "Microsoft Azure CLI" | |
Winget install "Discord" | |
wsl --install | |
Winget install "Docker Desktop" | |
Winget install "Ubuntu" | |
Winget install "Twitter" | |
Winget install "Microsoft Teams" | |
Winget install "Microsoft Visual Studio Code" | |
Winget install "Visual Studio Enterprise 2022 Current" | |
powershell -Command "iwr -useb https://raw.githubusercontent.com/dapr/cli/master/install/install.ps1 | iex" #Dapr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Most common things I want for Work laptop machine that is a dev box, the rest goes into my Ubuntu / WSL image