Created
April 13, 2017 19:22
-
-
Save cwilby/e70ff8ef47c019e092fa58eaeff398a0 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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