Skip to content

Instantly share code, notes, and snippets.

@ddieppa
Last active November 8, 2024 18:52
Show Gist options
  • Save ddieppa/a50ee83485c79c9f95591b6ef82d3bc3 to your computer and use it in GitHub Desktop.
Save ddieppa/a50ee83485c79c9f95591b6ef82d3bc3 to your computer and use it in GitHub Desktop.
Winget Must Have

Winget Must Have

winget install -e --id ShareX.ShareX  ; 
# winget install -e --id 7zip.7zip  ;
winget install -e --id Ditto.Ditto ;
winget install -e --id Microsoft.PowerToys ;
winget install -e --id JanDeDobbeleer.OhMyPosh ;
winget install -e --id Adobe.Acrobat.Reader.64-bit ;
winget install -e --id MartiCliment.UniGetUI;


winget install -e --id SlackTechnologies.Slack ;
winget install -e --id Microsoft.Teams ;
winget install -e --id Zoom.Zoom ;

winget install -e --id Git.Git ;
winget install -e --id CoreyButler.NVMforWindows ;
winget install -e --id Docker.DockerDesktop ;
winget install -e --id Microsoft.VisualStudioCode.Insiders ;
winget install -e --id JetBrains.Toolbox ;
winget install -e --id Microsoft.SQLServerManagementStudio ;
winget install -e --id Microsoft.AzureDataStudio.Insiders;
winget install -e --id Microsoft.DevHome ;
winget install -e --id DevToys-app.DevToys;
winget install -e --id 9NZCC27PR6N6 -s msstore; #Dev Home GitHub Extension (Preview)
winget install -e --id 9MV8F79FGXTR -s msstore; #Dev Home Azure Extension (Preview)

winget install -e --id Obsidian.Obsidian;
winget install -e --id Microsoft.PowerShell.Preview ;
winget install -e --id Microsoft.WindowsTerminal.Preview ;
winget install -e --id qBittorrent.qBittorrent ;
winget install -e --id NordSecurity.NordVPN ;
winget install -e --id QNAP.QfinderPro ;
winget install -e --id QNAP.Qsync ;
winget install -e --id Brave.Brave ; 
winget install -e --id Google.Chrome ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment