Skip to content

Instantly share code, notes, and snippets.

@jokeyrhyme
Last active June 29, 2019 08:37
Show Gist options
  • Save jokeyrhyme/6587a4d723982bb40087b7db7f582860 to your computer and use it in GitHub Desktop.
Save jokeyrhyme/6587a4d723982bb40087b7db7f582860 to your computer and use it in GitHub Desktop.
experiments in keeping my Windows environment sync'ed and updated across multiple boxes
# as Administrator
Set-ExecutionPolicy AllSigned
Install-Module PackageManagement -AllowClobber -Force
Install-PackageProvider chocolatey
Install-Module -Name ChocolateyGet
Install-Package -Name golang
Install-Package -Name nodejs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment