Last active
June 29, 2019 08:37
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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