From bdffc2821bcfcc217b893d74f9a878c26cb9296a Mon Sep 17 00:00:00 2001 From: Roman Date: Sat, 27 Jun 2026 15:40:55 +0200 Subject: [PATCH] add ghostty install script --- install-ghostty-ubuntu.sh | 1 + 1 file changed, 1 insertion(+) create mode 100755 install-ghostty-ubuntu.sh diff --git a/install-ghostty-ubuntu.sh b/install-ghostty-ubuntu.sh new file mode 100755 index 0000000..0aea298 --- /dev/null +++ b/install-ghostty-ubuntu.sh @@ -0,0 +1 @@ +/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/mkasberg/ghostty-ubuntu/HEAD/install.sh)"