Skip to content

Instantly share code, notes, and snippets.

@kunst1080
Last active August 29, 2015 14: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 kunst1080/b028d7b3d72ec7482858 to your computer and use it in GitHub Desktop.
Save kunst1080/b028d7b3d72ec7482858 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="lhaplus" />
<package id="windowslivemail" />
<package id="adobereader" />
<package id="googlejapaneseinput" />
<package id="git" />
<package id="google-chrome-x64 " />
<package id="firefox" />
<package id="flashplayerplugin" />
<package id="flashplayeractivex" />
<package id="skype" />
<package id="vmwareplayer" />
<package id="teraterm" />
<package id="sourcetree" />
<package id="jdk8" />
<package id="maven" />
<package id="sbt" />
<package id="sublimetext2.app" />
<package id="intellijidea-community" />
<package id="winmerge-jp" />
<package id="winshot" />
<package id="mpc-hc" />
<package id="procexp" />
<package id="imagemagick" />
<package id="paint.net" />
<package id="inkscape -version 0.91" />
<package id="audacity" />
</packages>
@where choco
if errorlevel 1 powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))"
cinst -y "packages.config"
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment