-
-
Save Zevaxx/1c63bbfb93b2d60d5f3b1c3cfeeccd13 to your computer and use it in GitHub Desktop.
WinGet Setup a New Machine
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 --id=Git.Git -e --accept-package-agreements --accept-source-agreements | |
winget install --id=Microsoft.VisualStudioCode -e // use wizard to add the path | |
winget install --id=Docker.DockerDesktop -e | |
winget install --id=Google.Chrome -e | |
winget install --id=Microsoft.PowerShell -e | |
winget install --id=Spotify.Spotify -e | |
winget install --id=Microsoft.WindowsTerminal -e | |
winget install --id=JetBrains.IntelliJIDEA.Community -e | |
winget install --id=JanDeDobbeleer.OhMyPosh -e | |
winget install --id=Canonical.Ubuntu.2204 -e | |
winget install --id=TablePlus.TablePlus -e | |
winget install --id=Amazon.Corretto.17 -e | |
winget install --id=Microsoft.PowerToys -e | |
winget install --id=Docker.DockerCompose // this if not docker desktop available | |
winget install --id=Docker.DockerCLI | |
wsl --install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment