We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c735d0 commit cb598dbCopy full SHA for cb598db
1 file changed
macsetup.sh
@@ -819,8 +819,13 @@ installkeg dockutil
819
#
820
# https://github.com/ghostty-org/ghostty
821
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
+#
826
if [[ "$(isAppInstalled Ghostty)" = "false" ]]; then
- installcask ghostty
827
+ pausethescript "Build Ghostty from source."
828
+ #installcask ghostty
829
giveFullDiskAccessPermission Ghostty
830
dockutil --add /Applications/Ghostty.app/ --allhomes
831
0 commit comments