From cff52a71f13533db54ae432a4f2deb21d77ed0cb Mon Sep 17 00:00:00 2001 From: Carlos Aldana Date: Mon, 21 Apr 2025 09:14:54 -0700 Subject: [PATCH] adds ghostty install script --- ubuntu/ghostty.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 ubuntu/ghostty.sh diff --git a/ubuntu/ghostty.sh b/ubuntu/ghostty.sh new file mode 100644 index 0000000..83f25c9 --- /dev/null +++ b/ubuntu/ghostty.sh @@ -0,0 +1,3 @@ +cd ~/Downloads +wget https://github.com/mkasberg/ghostty-ubuntu/releases/download/1.1.3-0-ppa2/ghostty_1.1.3-0.ppa2_amd64_24.04.deb +sudo dpkg -i ./ghostty_1.1.3-0.ppa2_amd64_24.04.deb