Skip to content

Instantly share code, notes, and snippets.

@jadeiss
Last active September 18, 2022 09:24
Show Gist options
  • Save jadeiss/6e003b6a6c8ff525e333938974d5ca8a to your computer and use it in GitHub Desktop.
Save jadeiss/6e003b6a6c8ff525e333938974d5ca8a to your computer and use it in GitHub Desktop.
Winget Powershell script for basic windows packages
winget install --id=Apple.iTunes -e; winget install --id=Notion.Notion -e; winget install --id=Discord.Discord -e; winget install --id=Postman.Postman -e; winget install --id=7zip.7zip -e; winget install --id=Docker.DockerDesktop -e; winget install --id=TechSmith.Snagit -e; winget install --id=Microsoft.VisualStudioCode -e --override '/SILENT /mergetasks="!runcode,addcontextmenufiles,addcontextmenufolders"'; winget install AgileBits.1Password -e; winget install --id Git.Git -e --source winget; winget install --id Microsoft.PowerShell -e
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment