Skip to content

Instantly share code, notes, and snippets.

@cwilby
Created April 13, 2017 19:22
Show Gist options
  • Save cwilby/e70ff8ef47c019e092fa58eaeff398a0 to your computer and use it in GitHub Desktop.
Save cwilby/e70ff8ef47c019e092fa58eaeff398a0 to your computer and use it in GitHub Desktop.
REM make sure you run this script in administrative mode.
REM install chocolatey
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
REM install chocolatey packages
choco install git.install
choco install visualstudio2017community
choco install googlechrome
choco install skype
choco install nodejs.install
choco install atom
choco install conemu
choco install dropbox
choco install linqpad5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment