Skip to content

Instantly share code, notes, and snippets.

@bkonetzny
Last active June 17, 2020 09:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bkonetzny/a4b63662d7de7e523dbdb93922b196f9 to your computer and use it in GitHub Desktop.
Save bkonetzny/a4b63662d7de7e523dbdb93922b196f9 to your computer and use it in GitHub Desktop.
Windows 10 Dev Setup Installers

Misc

Dev

Browsers

Winget script

winget install --id=Microsoft.WindowsTerminal -e ;
winget install --id=Mozilla.FirefoxNightly -e ;
winget install --id=Microsoft.VisualStudioCode -e ;
winget install --id=DominikReichl.KeePass -e ;
winget install --id=Docker.DockerDesktop -e ;
winget install --id=PuTTY.PuTTY -e ;
winget install --id=7zip.7zip -e ;
winget install --id=Git.Git -e ;
winget install --id=WinSCP.WinSCP -e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment