Created
October 19, 2012 21:58
-
-
Save DavidToca/3920969 to your computer and use it in GitHub Desktop.
install from zero on windows
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
//install chocolatey | |
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('http://bit.ly/psChocInstall'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin | |
//console util | |
cinst Console2 | |
cinst Wget | |
cinst curl | |
cinst console-devel | |
//miscelaneous | |
cinst vlc | |
cinst 7zip | |
cinst putty | |
cinst GoogleChrome | |
cinst Firefox | |
cinst skype | |
cinst virtualbox | |
cinst dropbox | |
cinst javaruntime.x64 | |
cinst evernote | |
cinst winrar | |
cinst vagrant | |
cinst picasa | |
cinst PomoTime | |
cinst libreoffice | |
cinst teamviewer | |
cinst jdownloader | |
cinst iTunes | |
cinst DarkRoom | |
cinst sumatrapdf.install | |
cinst ultravnc | |
cinst SpeedCrunch | |
cinst tweetdeck | |
cinst poweriso | |
//ubuntu installer | |
cinst wubi | |
//dev | |
cinst git | |
cinst githubforwindows | |
cinst ruby | |
cinst jruby | |
cinst python | |
cinst pip | |
cinst java.jdk | |
cinst clojure | |
cinst groovy | |
cinst scala | |
cinst IntelliJIDEA | |
//editors | |
cinst emacs | |
cinst notepadplusplus | |
cinst sublimetext2 | |
cinst vim | |
cinst KickAssVim | |
//IDE | |
cinst eclipse-java-juno | |
cinst android-sdk | |
//db | |
cinst mongodb | |
cinst mysql | |
cinst mysql.workbench | |
cinst postgresql | |
cinst SQLite | |
cinst Couchbase | |
//cache | |
cinst memcached | |
//admin | |
cinst sysinternals | |
cinst speccy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment