Skip to content

Instantly share code, notes, and snippets.

@subchen
Last active August 29, 2015 14:08
Show Gist options
  • Save subchen/737c453b5a9b34b3e5b3 to your computer and use it in GitHub Desktop.
Save subchen/737c453b5a9b34b3e5b3 to your computer and use it in GitHub Desktop.
Install chocolatey for WindowsSee: http://chocolatey.org/

install chocolatey

@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin

install compoments

choco install Gow
choco install Cmder
choco install git
choco install ruby
choco install ruby2-dev
choco install nodejs
choco install jdk8
choco install jdk7
choco install maven
choco install notepad2-mod
choco install google-chrome-x64

choco install sysinternals
choco install putty
choco install curl
choco install mingw
choco install LinkShellExtension
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment