Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vagrantsetup
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
devbox
vagrantsetup
Commits
39f2aba0
Commit
39f2aba0
authored
Sep 13, 2019
by
Reimar Stier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add chocolatey package lists
parent
eebc6746
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
38 additions
and
3 deletions
+38
-3
Chocolatey.md
windows/examples/Chocolatey.md
+9
-3
desktop.config
windows/packages/desktop.config
+24
-0
virtualization.config
windows/packages/virtualization.config
+5
-0
No files found.
windows/examples/Chocolatey.md
View file @
39f2aba0
...
...
@@ -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
```
windows/packages/desktop.config
0 → 100644
View file @
39f2aba0
<?
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
>
windows/packages/virtualization.config
0 → 100644
View file @
39f2aba0
<?
xml
version
=
"1.0"
encoding
=
"utf-8"
?>
<
packages
>
<
package
id
=
"vagrant"
/>
<
package
id
=
"virtualbox"
/>
</
packages
>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment