I assume this is mostly a mac thing? The effort to get this up and running on debian appears to be a bit more work than normal.
Ghostty 1.0
11–20 of 719 posts
Re: Ghostty 1.0
#12Re: Ghostty 1.0
#13I assume this is mostly a mac thing? The effort to get this up and running on debian appears to be a bit more work than normal.
$ cd ghostty
$ zig build -Doptimize=ReleaseFast
$ ./zig-out/bin/ghostty
Re: Ghostty 1.0
#14I assume this is mostly a mac thing? The effort to get this up and running on debian appears to be a bit more work than normal.
Re: Ghostty 1.0
#15Is there a bounty for zero days?
Re: Ghostty 1.0
#16Re: Ghostty 1.0
#17I assume this is mostly a mac thing? The effort to get this up and running on debian appears to be a bit more work than normal.
$ git clone git@github.com:ghostty-org/ghostty.git $ cd ghostty $ zig build -Doptimize=ReleaseFast $ ./zig-out/bin/ghostty
Re: Ghostty 1.0
#18Re: Ghostty 1.0
#19It's also some very well-written Zig code. We use some of the code for graphemes in Bun for `Bun.stringWidth`.
Re: Ghostty 1.0
#20During the beta I had it configured like this on macOS:
keybind = global:cmd+space=toggle_quick_terminal
quick-terminal-animation-duration = 0.1
There isn't an option to set the default height of the "quick terminal" window that I'm aware of but you can drag the bottom of the window after it opens and it will persist between toggles.