Remove unnecessary run options, keep it simple

This commit is contained in:
2025-09-25 13:46:31 -05:00
parent 5f07adee2d
commit 8e59c35cff
3 changed files with 13 additions and 33 deletions

View File

@@ -48,7 +48,8 @@ copy_dir src_files/.local/scripts $DIR_SCRIPTS
link_dir "$XDG_CONFIG_HOME/GIMP" "$HOME/Library/Application Support/GIMP"
}
# [[ $1 = "studio-music" ]] &&
# [[ $1 = "studio-music" ]] {
# [[ "$BOX_SETUP_OS" = "macos" ]] &&
# link_dir "$XDG_CONFIG_HOME/REAPER" "$HOME/Library/Application Support/REAPER" && # TODO: get reaper config set up
# link_dir "$XDG_CONFIG_HOME/REAPER" "$HOME/Library/Application Support/REAPER" # TODO: get reaper config set up
# }