Skip to content

Instantly share code, notes, and snippets.

@bahree
Forked from shanselman/setupmachine.bat
Last active July 30, 2023 20:30
Show Gist options
  • Save bahree/a19ab7162a70c8253b55d7a91261a734 to your computer and use it in GitHub Desktop.
Save bahree/a19ab7162a70c8253b55d7a91261a734 to your computer and use it in GitHub Desktop.
WinGet Setup a New Machine
mkdir c:\src
winget install --id=Git.Git -e --accept-package-agreements --accept-source-agreements
winget install --id=Microsoft.VisualStudioCode -e
winget install --id=AgileBits.1Password -e
winget install -e --id Microsoft.WindowsTerminal
winget install --id=7zip.7zip -e
winget install --id=Microsoft.bitsmanager -e
winget install --id=Docker.DockerDesktop -e
REM winget install --id=joncampbell123.DOSBox-X -e
REM winget install --id=JGraph.Draw -e
winget install --id=TimKosse.FileZilla.Client -e
winget install --id=BlastApps.FluentSearch -e
winget install --id=Microsoft.GitCredentialManagerCore -e
winget install --id=GitHub.cli -e
winget install --id=GitHub.GitHubDesktop -e
winget install --id=Google.Chrome -e
winget install --id=WestWind.MarkdownMonster -e
winget install --id=Microsoft.dotnet -e
winget install --id=Microsoft.Teams -e
winget install --id=OpenJS.NodeJS.LTS -e
winget install --id=JanDeDobbeleer.OhMyPosh -e
winget install --id=Microsoft.PowerShell -e
winget install --id=Python.Python.3 -e
winget install --id=Microsoft.RemoteDesktopClient -e
winget install --id=OpenWhisperSystems.Signal -e
winget install --id=Spotify.Spotify -e
winget install --id=CodeSector.TeraCopy -e
winget install --id=RealVNC.VNCViewer -e
winget install --id=WhatsApp.WhatsApp -e
winget install --id=WinMerge.WinMerge -e
winget install --id=Notepad++.Notepad++ -e
winget install --id=Microsoft.WindowsTerminal -v "undefined" -e
winget install --id=ShareX.ShareX -v "undefined" -e
winget install --id=Adobe.Acrobat.Reader.32-bit -e
winget install --id=Anaconda.Miniconda3 -e
winget install -e --id Logitech.GHUB
winget install -e --id Logitech.Options
winget install -e --id Jabra.Direct
winget install -e --id Microsoft.BingWallpaper
winget install -e --id Mozilla.Firefox
winget install -e --id Synology.DriveClient
winget install -e --id Canonical.Ubuntu.2204
winget install -e --id Grammarly.Grammarly
winget install -e --id Microsoft.VisualStudioCode.Insiders
winget install -e --id SlackTechnologies.Slack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment