Last active
May 4, 2018 02:16
-
-
Save igorkulman/78ef151eb6d3fe8a7008 to your computer and use it in GitHub Desktop.
Chocolatey script to install all the dev software
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 unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin |
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
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