Skip to content

Instantly share code, notes, and snippets.

@equinox79
Last active December 17, 2015 16:49
Show Gist options
  • Save equinox79/5641572 to your computer and use it in GitHub Desktop.
Save equinox79/5641572 to your computer and use it in GitHub Desktop.
https://github.com/chocolatey/chocolatey/wiki/CommandsInstall
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%systemdrive%\chocolatey\bin
cinst vim
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="defraggler" />
<package id="javaruntime" />
<package id="java.jdk" />
<package id="virtualbox" />
<package id="vagrant" />
<package id="Silverlight" />
<package id="winmerge" />
<package id="android-sdk" />
<package id="flashplayerpalugin" />
<package id="flashplayeractivex" />
<package id="ccleaner" />
<package id="FoxitReader" />
<package id="TortoiseGit.latest" />
<package id="tortoisesvn" />
<package id="PDFCreator" />
<package id="GoogleChrome" />
<package id="lastpass" />
<package id="dropbox" />
<package id="Firefox" />
<package id="paint.net" />
<package id="windirstat" />
</packages>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment