Last active
December 17, 2015 16:49
-
-
Save equinox79/5641572 to your computer and use it in GitHub Desktop.
This file contains 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
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 |
This file contains 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
<?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