Magick, choco packages + more

This commit is contained in:
Gal Szkolnik 2021-11-15 14:42:46 -05:00
parent 0f84a2f136
commit c8b9f5d2dc
6 changed files with 202 additions and 0 deletions

BIN
choco/_.package.json Normal file

Binary file not shown.

View file

@ -0,0 +1,5 @@
# Chocolatey profile
$ChocolateyProfile = "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
if (Test-Path($ChocolateyProfile)) {
Import-Module "$ChocolateyProfile"
}