Skip to content

Instantly share code, notes, and snippets.

@lulichn
Last active September 3, 2019 16:53
Show Gist options
  • Save lulichn/7490fed3f94bd30e274cd045ba414203 to your computer and use it in GitHub Desktop.
Save lulichn/7490fed3f94bd30e274cd045ba414203 to your computer and use it in GitHub Desktop.
Install-PackageProvider -Force ChocolateyGet
$packageList = @(
'GoogleChrome',
'VisualStudioCode',
'jetbrainstoolbox',
'slack',
'google-drive-file-stream',
'SourceTree',
'yarn',
'7zip'
)
$packageList | %{Install-Package -Force -Name $_ -Provider ChocolateyGet}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment