Skip to content

Commit cb598db

Browse files
committed
change Ghostty installation to manually compiling it
Their release cycles are too slow and I needed some important fixes.
1 parent 5c735d0 commit cb598db

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

macsetup.sh

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,8 +819,13 @@ installkeg dockutil
819819
#
820820
# https://github.com/ghostty-org/ghostty
821821
#
822+
# Notes
823+
# - Building from source as heir release cycles are super slow, and I needed https://github.com/ghostty-org/ghostty/pull/10570
824+
# - To build run: zig build -Doptimize=ReleaseSmall
825+
#
822826
if [[ "$(isAppInstalled Ghostty)" = "false" ]]; then
823-
installcask ghostty
827+
pausethescript "Build Ghostty from source."
828+
#installcask ghostty
824829
giveFullDiskAccessPermission Ghostty
825830
dockutil --add /Applications/Ghostty.app/ --allhomes
826831

0 commit comments

Comments
 (0)