Skip to content

Instantly share code, notes, and snippets.

@jaywick
Last active September 27, 2016 12:07
Show Gist options
  • Save jaywick/6471f9dd7e51bc570296 to your computer and use it in GitHub Desktop.
Save jaywick/6471f9dd7e51bc570296 to your computer and use it in GitHub Desktop.
Choco installs of my favourite PC apps
@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