From f21a92d87a8d097e22d0c3d19bd689e47d188c60 Mon Sep 17 00:00:00 2001 From: ahwx Date: Thu, 26 Feb 2026 00:27:23 +0100 Subject: [PATCH] chore: adds macos-terminal-launcher --- modules/home/scripts/scripts/macos-terminal-launcher.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 modules/home/scripts/scripts/macos-terminal-launcher.sh 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 "$@"