Reorganinze and add to installs dir

This commit is contained in:
2025-02-02 20:32:32 -06:00
parent 3eb6f67184
commit 5994f111eb
23 changed files with 95 additions and 32 deletions

View File

@ -0,0 +1,7 @@
#!/bin/zsh
local option_prefix=''
[[ "$BOX_SETUP_OS" = "macos" ]] && option_prefix='--cask'
${=BOX_SETUP_INSTALL_COMMAND} "$option_prefix" gimp
# ${=BOX_SETUP_INSTALL_COMMAND} imagemagick # TODO: consider this program too