Skip to content

Instantly share code, notes, and snippets.

@michaelkc
Created January 5, 2024 20:01
Show Gist options
  • Save michaelkc/6caca09a0685d88e0a7fb708c1141987 to your computer and use it in GitHub Desktop.
Save michaelkc/6caca09a0685d88e0a7fb708c1141987 to your computer and use it in GitHub Desktop.
$profile = $env:userprofile
$winget = "$profile\AppData\Local\Microsoft\WindowsApps\winget.exe"
&$winget install --silent "GitHub.GitHubDesktop"
&$winget install --silent "SublimeHQ.SublimeText.3"
&$winget install --silent "voidtools.Everything"
&$winget install --silent "Ghisler.TotalCommander"
&$winget install --silent "Git.Git"
#&$winget install --silent "LINQPad.LINQPad.8"
#&$winget install --silent "Microsoft.VisualStudioCode"
#&$winget install --silent "Mozilla.Firefox"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment