diff --git a/modules/home/scripts/scripts/macos-terminal-launcher.sh b/modules/home/scripts/scripts/macos-terminal-launcher.sh new file mode 100644 index 0000000..0ef4bee --- /dev/null +++ b/modules/home/scripts/scripts/macos-terminal-launcher.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +kitty -e "$@"