Skip to content

Instantly share code, notes, and snippets.

@cwiederspan
Last active November 20, 2024 04:08
Show Gist options
  • Select an option

  • Save cwiederspan/9d459f2ff5ca5e0b7a38002cec0feea7 to your computer and use it in GitHub Desktop.

Select an option

Save cwiederspan/9d459f2ff5ca5e0b7a38002cec0feea7 to your computer and use it in GitHub Desktop.
New Machine WinGet

Install the App Installer app from the MS Store to get WinGet latest version
=> https://apps.microsoft.com/detail/9nblggh4nns1?hl=en-us&gl=US

# Windows Terminal
winget show --name Terminal --source msstore
winget update --name 'Windows Terminal'

# WSL Setup (includes default Linux distro)
wsl --install

# Docker
winget install --id=Docker.DockerDesktop -e

# VS Code
winget show --name Code --source msstore
winget install XP9KHM4BK9FZ7Q
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment