Magick, choco packages + more
This commit is contained in:
parent
0f84a2f136
commit
c8b9f5d2dc
6 changed files with 202 additions and 0 deletions
BIN
choco/_.package.json
Normal file
BIN
choco/_.package.json
Normal file
Binary file not shown.
5
choco/profile.d/autocomplete.ps1
Normal file
5
choco/profile.d/autocomplete.ps1
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Chocolatey profile
|
||||
$ChocolateyProfile = "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1"
|
||||
if (Test-Path($ChocolateyProfile)) {
|
||||
Import-Module "$ChocolateyProfile"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue