Skip to content

Instantly share code, notes, and snippets.

@ctigeek
Created August 27, 2015 14:50
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 ctigeek/d83b9bfcf5166c6adaec to your computer and use it in GitHub Desktop.
Save ctigeek/d83b9bfcf5166c6adaec to your computer and use it in GitHub Desktop.
Install chocolatey and other stuff...
Invoke-WebRequest https://chocolatey.org/install.ps1 -OutFile C:\Windows\Temp\chocoInstall.ps1
. C:\Windows\Temp\chocoInstall.ps1
$env:Path = [System.Environment]::GetEnvironmentVariable("Path","Machine")
choco install -y 7zip
choco install -y notepadplusplus
choco install -y google-chrome-x64
##choco install -y nodejs ##broken
choco install -y visualstudiocode
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment