Skip to content

Instantly share code, notes, and snippets.

@whatisinternet
Created January 17, 2014 17:56
Show Gist options
  • Save whatisinternet/8478153 to your computer and use it in GitHub Desktop.
Save whatisinternet/8478153 to your computer and use it in GitHub Desktop.
http://chocolatey.org/ install and update scripts (batch)
@echo off
cls
echo browsers
powershell cup Firefox
powershell cup GoogleChrome
cls
echo plugins
powershell cup Silverlight
powershell cup flashplayerplugin
cls
echo Video and Music
powershell cup vlc
powershell cup foobar2000
cls
echo Messengers
powershell cup skype
cls
echo OS Tools
powershell cup filezilla
powershell cup 7zip.commandline
powershell cup curl
powershell cup autohotkey_l
powershell cup javaruntime -force
powershell cup java.jdk -force
cls
echo Text editors
powershell cup sublimetext2
powershell cup EthanBrown.SublimeText2.WebPackages
powershell cup notepadplusplus.install
cls
echo IDEs
powershell cup RubyMine
powershell cup eclipse-java-juno
powershell cup android-sdk
cls
echo Dev etc
powershell cup git.install
powershell cup pik
cls
echo Done and done.
exit
@echo off
cls
echo browsers
powershell cinst Firefox
powershell cinst GoogleChrome
cls
echo plugins
powershell cinst Silverlight
powershell cinst flashplayerplugin
cls
echo Video and Music
powershell cinst vlc
powershell cinst foobar2000
cls
echo Messengers
powershell cinst skype
cls
echo OS Tools
powershell cinst filezilla
powershell cinst 7zip.commandline
powershell cinst curl
powershell cinst autohotkey_l
powershell cinst javaruntime -force
powershell cinst java.jdk -force
cls
echo Text editors
powershell cinst sublimetext2
powershell cinst EthanBrown.SublimeText2.WebPackages
powershell cinst notepadplusplus.install
cls
echo IDEs
powershell cinst RubyMine
powershell cinst eclipse-java-juno
powershell cinst android-sdk
cls
echo Dev etc
powershell cinst git.install
powershell cinst pik
cls
echo Done and done.
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment