Skip to content

Instantly share code, notes, and snippets.

@nicholasp
Forked from shanselman/setupmachine.bat
Last active October 3, 2022 12:58
Show Gist options
  • Save nicholasp/b4ac4670feffcda37d44eb244818e878 to your computer and use it in GitHub Desktop.
Save nicholasp/b4ac4670feffcda37d44eb244818e878 to your computer and use it in GitHub Desktop.
WinGet Setup a New Machine
mkdir c:\github
winget install --id=Git.Git -e --accept-package-agreements --accept-source-agreements
winget install --id=Microsoft.VisualStudioCode -e
winget install --id=7zip.7zip -e
winget install --id=Figma.Figma -e
winget install --id=TimKosse.FileZilla.Client -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=icsharpcode.ILSpy -e
winget install --id=LINQPad.LINQPad.7 -e
winget install --id=WestWind.MarkdownMonster -e
winget install --id=Microsoft.dotnet -e
winget install --id=Microsoft.Teams -e
winget install --id=JanDeDobbeleer.OhMyPosh -e
winget install --id=Microsoft.PowerAutomateDesktop -e
winget install --id=Microsoft.PowerShell -e
winget install --id=Microsoft.PowerToys -e
winget install --id=Python.Python.3 -e
winget install --id=Microsoft.RemoteDesktopClient -e
winget install --id=NickeManarin.ScreenToGif -e
winget install --id=Spotify.Spotify -e
winget install --id=Canonical.Ubuntu -e
REM winget install --id=Microsoft.VisualStudio.2022.Community -e
winget install --id=VideoLAN.VLC -e
winget install --id=WinMerge.WinMerge -e
winget install --id=Yarn.Yarn -e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment