100 Commits

Author SHA1 Message Date
Mitchell Hashimoto
929552354c update README about zig version 2024-01-05 07:32:53 -08:00
Mitchell Hashimoto
382c942790 Merge pull request #1136 from davideger/main
doc: Linux tip on zig btrfs hash mismatch issue.
2023-12-20 22:16:53 -08:00
Mitchell Hashimoto
900b127a04 core: cursor click to move can be disabled 2023-12-20 22:12:04 -08:00
David Eger
9aa56f98da doc: Linux tip on zig btrfs hash mismatch issue. 2023-12-20 20:43:44 -08:00
Mitchell Hashimoto
3762f8c342 macos: make default config ReleaseLocal 2023-12-20 14:37:48 -08:00
Mitchell Hashimoto
744c5a82ae update README 2023-12-20 14:36:43 -08:00
Leo Razoumov
a96ec3a5df doc: minor fix to README.md 2023-12-20 17:25:13 -05:00
Leo Razoumov
d568ef5b97 fix(macos): ReleaseLocal build configuration with "Library Validation" disabled
Fixes #1133

MacOS: If ghostty build succeeds but it crashes at startup due to a library or framework failing
to load, build it with `xcodebuild -configuration ReleaseLocal`
2023-12-20 16:54:58 -05:00
Mitchell Hashimoto
f737b7c48a update README about mac builds 2023-12-20 12:32:55 -08:00
Mitchell Hashimoto
035cb6af69 prettier 2023-12-19 21:38:42 -08:00
David Eger
02876f3c1b README: nvidia + ubuntu + x11 requires recent gtk 2023-12-19 20:21:10 -08:00
Caleb Spare
0ab1b061cc update README with Linux dependency tips 2023-12-16 18:39:13 -08:00
Jeffrey C. Ollie
33c2ffcdd1 Fix another spelling error. 2023-12-12 12:57:06 -06:00
Jeffrey C. Ollie
f076d6c958 Fix spelling error. 2023-12-12 12:38:39 -06:00
Jeffrey C. Ollie
c4ed1f1b80 Use Alejandra to format Nix modules. 2023-12-12 11:38:39 -06:00
Nick Reilingh
78b16d542a README.md: Fix broken link to devShell.nix 2023-12-09 15:49:40 -05:00
RGBCube
b3082e3925 Use camelCase for all nix files 2023-12-08 16:53:02 +03:00
RGBCube
5846d991e9 Add garnix cache and clean up all nix code 2023-12-08 16:52:58 +03:00
RGBCube
5ccf76e849 Quote URLs in NixOS example 2023-12-06 22:52:52 +03:00
Mitchell Hashimoto
2ee493c972 Merge pull request #942 from mitchellh/themes
Built-in Themes (based on iTerm2-Color-Schemes)
2023-11-28 08:13:19 -08:00
Chris Marchesi
c3b44020f4 nix: add GitHub Actions workflow
This adds a nix workflow that does the following:

* Checks to see if the Zig cache fixed derivation needs its hash
  updated. It does this by downloading a new cache, calculating the
  hash, and comparing it against what has already been set. If the hash
  is different, the workflow fails.
* Runs a Nix build if the hash is OK, testing the build of
  packages.ghostty (using "nix build .")

The cache workflow we use in the build job comes from:
  https://github.com/DeterminateSystems/magic-nix-cache-action/

Fixes #937.
2023-11-24 17:07:55 -08:00
Mitchell Hashimoto
4be994c58a update README 2023-11-22 22:27:14 -08:00
Mitchell Hashimoto
dead82bcf1 update README to cover themes 2023-11-22 22:25:58 -08:00
Mitchell Hashimoto
648a521fb2 slight edits 2023-11-14 09:21:45 -08:00
Patrick Fong
42c6381683 reorder goals by order of importance 2023-11-08 09:46:31 -08:00
Patrick Fong
cd4e4d9e30 Prettier version should match Nix's 2023-11-07 13:47:11 -08:00
Patrick Fong
1f6d35fcb5 pushes boundaries, not can push boundaries 2023-11-07 12:09:19 -08:00
Patrick Fong
e131fefbe5 shorten text that is hyperlinked 2023-11-07 12:05:57 -08:00
Patrick Fong
6fc41695d9 list terminal inspector as key feature 2023-11-07 12:05:00 -08:00
Patrick Fong
ca961894f2 link to roadmap and status 2023-11-07 11:41:22 -08:00
Patrick Fong
22bb2444e8 rewrite about 2023-11-07 11:34:16 -08:00
Patrick Fong
848694bc29 consistently sytlize as Ghostty 2023-11-07 10:40:02 -08:00
Patrick Fong
5245c40683 explain Nix is golden setup in devel section 2023-11-07 10:34:41 -08:00
Patrick Fong
f3ce83517d update config section 2023-11-07 10:09:46 -08:00
Mitchell Hashimoto
a7fdc1dafa update README with windows notes 2023-11-05 18:17:19 -08:00
Mitchell Hashimoto
27ddc90c18 update README 2023-10-30 12:02:42 -07:00
Mathew Polzin
934718194b Fix typo in README 2023-10-28 21:17:59 -05:00
Mitchell Hashimoto
42dc244b1d prettier 2023-10-10 15:19:49 -07:00
Paul Hinze
31d22f45af Document terminfo & SSH details
Adds information to the README to inform users about strategies and
workarounds for handling the lack of Ghostty's terminfo entry on remote
SSH hosts.
2023-10-10 16:55:52 -05:00
Mitchell Hashimoto
92a0c6b447 README: remove make 2023-10-07 14:56:29 -07:00
Patrick Fong
4f6401e815 update linting doc 2023-09-28 11:20:48 -07:00
Patrick Fong
6bceea898b update linting doc 2023-09-28 11:18:58 -07:00
Patrick Fong
3c44c08ffd add linting doc 2023-09-28 11:14:31 -07:00
Patrick Fong
8be80558c7 lint all Md files 2023-09-28 10:27:15 -07:00
Mitchell Hashimoto
852249664b update README 2023-09-18 22:34:54 -07:00
Mitchell Hashimoto
371ec88768 update README 2023-09-18 22:33:20 -07:00
Mitchell Hashimoto
37537bc891 update README for Linux installation notes 2023-09-18 22:31:19 -07:00
Will Pragnell
7db562e300 fix references to jump_to_prompt binding 2023-09-14 20:52:19 -07:00
Mitchell Hashimoto
d94cf2f124 remove flatpak
Flatpak support has been a HUGE pain to keep working, the builds take
forever and cost me real money, and there are very few users. Ideally,
we want to just use native system packagers for each distro. I thought
Flatpak would make it easy to support many distros but that ended up
being false.
2023-09-13 11:41:16 -07:00
Gonzalo Diethelm
e11d737a80 README: fix typos 2023-09-13 18:11:36 +02:00