Created
May 26, 2020 16:14
-
-
Save Siniliote/a9be57060e076cbe5238ea3aefde84c9 to your computer and use it in GitHub Desktop.
Chocolatey config
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="googlechrome" /> | |
<package id="docker-desktop" /> | |
<package id="androidstudio" /> | |
<package id="vscode" /> | |
<package id="flutter" installArguments="/DIR=C:\tools"/> | |
<package id="gimp" /> | |
<package id="insomnia-rest-api-client" /> | |
<package id="jdk8" /> | |
<package id="mysql.workbench" /> | |
<package id="nodejs" installArguments="/DIR=C:\tools"/> | |
<package id="postman" /> | |
<package id="git.install" packageParameters="/GitAndUnixToolsOnPath /NoGitLfs /SChannel /NoAutoCrlf"/> | |
</packages> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment