Mostly renaming (with remove_) of everything in sz.env

Aligning to 3 digit ordering, with 555 being 'neutral ordering'
Moved homebrew to posix
This commit is contained in:
Lockszmith (VAST@MacBook) 2025-04-18 11:59:03 -04:00
parent a25d87bb12
commit bfdc7f4c1d
160 changed files with 107 additions and 37 deletions

View file

@ -1,20 +0,0 @@
#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"'
if is_cmd midclt; then
if [ -n "$SCALE_POOL_ROOT" ]; then
if [ -e "$SCALE_POOL_ROOT/jailmaker/jlmkr.py" ]; then
#alias jlmkr="bash -c '_jlmkr() { $SCALE_POOL_ROOT/jailmaker/jlmkr.py \${@:---help}; }; _jlmkr \$@' "
function jlmkr() { sudo VISUAL="${VISUAL:-}" EDITOR="${EDITOR:-}" $SCALE_POOL_ROOT/jailmaker/jlmkr.py "${@:---help}"; }
jlmkr-zellij() {
zellij action go-to-tab-name --create "jailmkr"
zellij action new-pane --name "${1:?must pass jail name}@jlmkr" -- sh -ci "reset; sudo $SCALE_POOL_ROOT/jailmaker/jlmkr.py shell --uid ${UID} ${1}"
zellij action focus-previous-pane
zellij action close-pane
}
fi
fi
fi
# vim: set ft=sh expandtab tabstop=4 shiftwidth=4: