Skip to content

Instantly share code, notes, and snippets.

@juanluelguerre
Forked from paulyuk/Install WinGet Stuff
Last active December 9, 2022 13:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juanluelguerre/13a693504911cdbef3c5b5a3263e0014 to your computer and use it in GitHub Desktop.
Save juanluelguerre/13a693504911cdbef3c5b5a3263e0014 to your computer and use it in GitHub Desktop.
Install WinGet Stuff
Winget install "Windows Terminal Preview"
Winget install "Microsoft .NET SDK" # assume .NET SDK 7.0+ (the latest one)
Winget install "Microsoft.dotnetRuntime.3-x64" #for Tye
Winget install "Python.Python.3"
Winget install "Node.js"
Winget install "Git"
# Winget install "Company Portal"
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 Community"
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