Add structure for gimp, still need to do actual config itself

This commit is contained in:
david
2025-04-04 16:55:39 -05:00
parent 8e93ac0fac
commit eb9f00e622
6 changed files with 23 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/zsh
# likely on unix systems already: find xargs grep sed awk
${=BOX_SETUP_INSTALL_COMMAND} culr jq parallel
${=BOX_SETUP_INSTALL_COMMAND} culr jq parallel fzf
[[ "$BOX_SETUP_OS" = "macos" ]] &&
${=BOX_SETUP_INSTALL_COMMAND} coreutils

View File

@@ -1,3 +0,0 @@
#!/bin/zsh
${=BOX_SETUP_INSTALL_COMMAND} fzf

5
installs_and_builds/s30_gimp Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/zsh
local option_prefix=''
[[ "$BOX_SETUP_OS" = "macos" ]] && option_prefix='--cask'
${=BOX_SETUP_INSTALL_COMMAND} "$option_prefix" gimp