setup update complete

This commit is contained in:
2026-09-21 06:48:49 -06:00
parent b67a76d0da
commit 7b2b01e022
38 changed files with 1376 additions and 848 deletions
+17
View File
@@ -0,0 +1,17 @@
#####################################################################
for setup_library in "${0:a:h}"/*.zsh
do
case "${setup_library:t}" in
( filesystem.module.zsh ) ;; # self
( * ) source "${setup_library}" ;;
esac
done
unset setup_library
#####################################################################
setup.filesystem() { : \
&& setup.filesystem.ensure-paths \
&& setup.filesystem.git \
; }