Commit 39f2aba0 authored by Reimar Stier's avatar Reimar Stier

Add chocolatey package lists

parent eebc6746
......@@ -15,13 +15,19 @@ https://chocolatey.org/docs/create-packages
https://chocolatey.org/docs/commands-sources
https://www.chocolatey.org/docs/how-to-setup-offline-installation
https://github.com/chocolatey/choco/wiki/CommandsInstall
https://github.com/chocolatey/choco/wiki/CommandsInstall#packagesconfig
https://chocolatey.org/blog/create-chocolatey-packages
https://github.com/chocolatey/choco/wiki/HelpersInstallChocolateyPackage
https://github.com/chocolatey/choco/wiki/HelpersInstallChocolateyInstallPackage
# Using local repository
# Usage examples
* Using local repository
```
choco.exe install jdk6 -dv -s /c/projects/devbox/windows/examples/lib
choco source add -n=local -s=/c/projects/devbox/windows/examples/lib
```
* Install from package list (xml file)
```
choco install desktop.config
```
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="googlechrome" />
<package id="firefox" />
<package id="atom" />
<package id="7zip" />
<package id="git" packageParameters="'/GitAndUnixToolsOnPath /NoAutoCrlf'"/>
<package id="airtame" />
<package id="sdcard-formatter" />
<package id="PartitionMasterFree" />
<package id="sharex" comment="screenshots"/>
<package id="windirstat" comment="Windows Directory Statistics"/>
<package id="squid" comment="HTTP Proxy"/>
<package id="keepass" />
<package id="postman" />
<package id="anaconda3" />
<package id="Pycharm" />
<package id="intellijidea-ultimate" />
</packages>
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="vagrant" />
<package id="virtualbox" />
</packages>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment