Skip to content

Instantly share code, notes, and snippets.

@paulyuk
Forked from itoleck/Install WinGet Software
Last active December 19, 2021 14:31
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save paulyuk/000e7273ad2ad28ca766e38681bc0bdc to your computer and use it in GitHub Desktop.
Save paulyuk/000e7273ad2ad28ca766e38681bc0bdc 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 6.0+
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 Current"
powershell -Command "iwr -useb https://raw.githubusercontent.com/dapr/cli/master/install/install.ps1 | iex" #Dapr
@paulyuk
Copy link
Author

paulyuk commented Nov 22, 2021

Most common things I want for Work laptop machine that is a dev box, the rest goes into my Ubuntu / WSL image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment