Skip to content

Instantly share code, notes, and snippets.

@Zevaxx
Forked from shanselman/setupmachine.bat
Last active March 23, 2023 18:00
Show Gist options
  • Save Zevaxx/1c63bbfb93b2d60d5f3b1c3cfeeccd13 to your computer and use it in GitHub Desktop.
Save Zevaxx/1c63bbfb93b2d60d5f3b1c3cfeeccd13 to your computer and use it in GitHub Desktop.
WinGet Setup a New Machine
winget install --id=Git.Git -e --accept-package-agreements --accept-source-agreements
winget install --id=Microsoft.VisualStudioCode -e
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=evernote.evernote -e
winget install --id=Amazon.Corretto.17 -e
winget install --id=Microsoft.PowerToys -e
wsl --install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment