Skip to content

Instantly share code, notes, and snippets.

@bencoveney
Created August 8, 2016 07:34
Show Gist options
  • Save bencoveney/8c21bc1cddef1b391a77c9149f643dd9 to your computer and use it in GitHub Desktop.
Save bencoveney/8c21bc1cddef1b391a77c9149f643dd9 to your computer and use it in GitHub Desktop.
Chocolatey script to install common programs
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
cinst 7zip.install -y
cinst ditto -y
cinst greenshot -y
cinst git.install -y
cinst gitextensions -y
cinst conemu -y
cinst nodejs.install -y
cinst paint.net -y
cinst winmerge -y
cinst firefox -y
cinst notepadplusplus.install -y
cinst vlc -y
cinst ccleaner -y
cinst skype -y
cinst putty -y
cinst virtualbox -y
cinst classic-shell -y
cinst phantomjs -y
cinst opera -y
cinst linqpad4 -y
cinst visualstudiocode -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment