Last active
September 27, 2016 12:07
-
-
Save jaywick/6471f9dd7e51bc570296 to your computer and use it in GitHub Desktop.
Choco installs of my favourite PC apps
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
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" | |
choco feature enable --name=allowGlobalConfirmation | |
choco install dropbox | |
choco install 7zip | |
choco install autohotkey | |
choco install googlechrome | |
choco install vlc | |
choco install icofx | |
choco install vscode | |
choco install nodejs | |
choco install sourcetree | |
choco install mongodb | |
choco install robomongo | |
choco install winscp | |
choco install winmerge | |
choco install truecrypt | |
choco install unity | |
choco install visualstudio2015community |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment