Adjust workspace use and related aerospace configs; minor other changes

This commit is contained in:
2025-10-08 13:58:18 -05:00
parent 05ab1fb1b1
commit 158b6a285d
14 changed files with 85 additions and 237 deletions

View File

@@ -12,5 +12,16 @@ ${=BOX_SETUP_INSTALL_COMMAND} \
grep \
ripgrep
utils_package_name_pandoc="pandoc"
case $BOX_SETUP_DISTRO in
(arch | alpine)
utils_package_name_pandoc="pandoc-cli"
;;
(artix)
utils_package_name_pandoc="pandoc-bin"
;;
esac
${=BOX_SETUP_INSTALL_COMMAND} $utils_package_name_pandoc
[[ "$BOX_SETUP_OS" = "macos" ]] &&
${=BOX_SETUP_INSTALL_COMMAND} coreutils
${=BOX_SETUP_INSTALL_COMMAND} coreutils findutils