Skip to content

Instantly share code, notes, and snippets.

@igorkulman
Last active May 4, 2018 02:16
Show Gist options
  • Save igorkulman/78ef151eb6d3fe8a7008 to your computer and use it in GitHub Desktop.
Save igorkulman/78ef151eb6d3fe8a7008 to your computer and use it in GitHub Desktop.
Chocolatey script to install all the dev software
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin
cinst google-chrome-x64
cinst 7zip
cinst vlc
cinst skype
cinst winscp
cinst ccleaner
cinst dropbox
cinst f.lux
cinst sublimetext3
cinst sublimetext3.packagecontrol
cinst poshgit
cinst git
cinst poshgit
cinst tortoisegit
cinst 1password
cinst totalcommander
cinst sumatrapdf
cinst openvpn
cinst paint.net
cinst fiddler4
cinst irfanview
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment