Skip to content

Instantly share code, notes, and snippets.

@omer727
Last active December 2, 2016 13:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save omer727/221a3504ed4696553b8e45116aa468f6 to your computer and use it in GitHub Desktop.
Save omer727/221a3504ed4696553b8e45116aa468f6 to your computer and use it in GitHub Desktop.
rem installing choco itself
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
choco feature enable -n allowGlobalConfirmation
rem browsers
choco install googlechrome
choco install firefox
rem editors
choco install notepadplusplus.install
choco install sublimetext3
rem tools
choco install 7zip.install
choco install everything
choco install procexp
choco install curl
choco install fiddler
choco install cmder
choco install beyondcompare
choco install ditto
choco install mremoteng
choco install vlc
choco install putty
choco install winscp
choco install windirstat
choco install cdburnerxp
choco install lockhunter
choco install launchy
choco install greenshot
rem development tools
choco install nodejs.install -version 4.5.0
choco install git
choco install svn
choco install tortoisesvn
choco install tortoisegit
choco install maven
choco install nunit.install -version 2.6.4
rem java
choco install jdk8
choco install jdk7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment