-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zshrc
executable file
·28 lines (28 loc) · 2.15 KB
/
.zshrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
alias ap='autopkg'
alias apmo='autopkg make-override'
alias appi='autopkg processor-info'
alias apr='autopkg run -vv'
alias aprf='autopkg run -vv "$1" --post=com.github.grahampugh.jamf-upload.processors/JamfPolicyLogFlusher'
alias aprl='autopkg run -l ~/Library/Application\ Support/AutoPkgr/recipe_list.txt'
alias aprnt='autopkg run -vv --ignore-parent-trust-verification-errors'
alias aprt='autopkg run -vv --ignore-parent-trust-verification-errors'
alias aps='autopkg search'
alias aput='autopkg update-trust-info'
alias updatetrust='autopkg update-trust-info'
alias apvt='autopkg verify-trust-info -vv'
alias codesigapp='codesign --display -r- --deep -v'
alias codesigpkg='pkgutil --check-signature'
alias mdsup='autopkg run -vv MDS-PreBeta.install'
alias outsetl1='autopkg run -vv Outset-login-once-latest.jamf -p'
alias outsetl1u='autopkg run -vv Outset-login-once-update-flush.jamf -p'
alias outsetle='autopkg run -vv Outset-login-every-latest.jamf -p'
alias trust='defaults write com.github.autopkg FAIL_RECIPES_WITHOUT_TRUST_INFO -bool YES ; echo "autopkg recipes without valid trust info will be prevented from running."'
alias notrust='defaults write com.github.autopkg FAIL_RECIPES_WITHOUT_TRUST_INFO -bool NO ; echo "autopkg recipes without valid trust info are now able to run."'
alias updatejamf='autopkg repo-update grahampugh-recipes; /Volumes/AutoPkgLibrary/GitHub/osx-scripts/autopkg-scripts/autopkg-update-trust-info-recipe-list.sh --overrides-directory /Volumes/AutoPkgLibrary/AutoPkg/RecipeOverrides "/Users/tech/Library/Application Support/AutoPkgr/jamf_recipes.txt"'
alias updatejazz='autopkg repo-update jazzace-recipes.git'
alias verifydiff='autopkg verify-trust-info -vv'
alias verifylist='autopkg verify-trust-info --recipe-list /Users/tech/Library/Application\ Support/AutoPkgr/recipe_list.txt'
alias verifyrecipe='autopkg verify-trust-info -vv'
alias verifytrust='echo "Alias has changed. Use verifylist to verify trust on the default recipe list." ; echo "Use verifyrecipe or apvt to verify trust on a recipe(s) showing diff info."'
alias zbrush='autopkg run -vv ZBrushVolume-flush.jamf -p'
PROMPT='%(?.%F{green}√.%B%F{red}%?%b)%f %B%F{blue}%! %D{%H:%M:%S} %1~ %# %f%b'