Skip to content

Instantly share code, notes, and snippets.

@DavidToca
Created October 19, 2012 21:58
Show Gist options
  • Save DavidToca/3920969 to your computer and use it in GitHub Desktop.
Save DavidToca/3920969 to your computer and use it in GitHub Desktop.
install from zero on windows
//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