Skip to content

Instantly share code, notes, and snippets.

@jburnett
Last active June 8, 2023 19:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jburnett/00d32625c4a249afffdb9e9e9ac28ada to your computer and use it in GitHub Desktop.
Save jburnett/00d32625c4a249afffdb9e9e9ac28ada to your computer and use it in GitHub Desktop.
$pkgIds = @(
"Microsoft.WindowsTerminal",
"Microsoft.Powershell",
"Microsoft.VisualStudioCode",
"Postman.Postman",
"Meld.Meld",
"LinqPad.LinqPad.7",
"Git.Git",
"Github.cli",
"OpenJS.NodeJS.LTS",
"Yarn.Yarn",
"Golang.Go",
"Rustlang.Rustup",
"Microsoft.dotnet.SDK.Preview"
) | % {
write-host "Installing $_"
&winget install --id=$_
}
@jburnett
Copy link
Author

add GnuWin32.Make & add to path

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment