133 Commits

Author SHA1 Message Date
bri
b371056bfb its → it's 2024-07-30 13:44:53 -04:00
omar
252c0ef927 fix: remove dollar sign from code snippets
currently when copying code snippets one has to manually remove the dollar sign first. Consider:

```sh
$ echo "this can't be copy pasted into terminal because of the initial $"
```

vs.

```sh
echo "this is fine"
```
2024-07-17 14:18:23 -06:00
Kainoa Kanter
d0bf2c6ac0 docs: AUR package
After finding out about ghostty from Jarred Sumner's Twitter, I immediately searched the AUR for a package and found `ghostty-git`, which should be perfect for keeping up with development as `-git` packages can be set to update with new pushes when updating your system!
2024-07-11 15:17:59 -07:00
Mitchell Hashimoto
31d5384920 macOS select output is cmd+tripleclick not control anymore
Fixes #1920

Ctrl interferes with context menus.
2024-07-07 14:01:20 -07:00
Mitchell Hashimoto
f203124de0 prettier 2024-06-30 19:56:54 -07:00
Ben Linsay
50909107c4 Add a line to the README about config reload 2024-06-30 14:38:41 -04:00
Justin Restivo
b0959ae189 docs: fix nix wiki 404 in README 2024-06-25 12:53:45 -04:00
Mitchell Hashimoto
69af3f3759 Merge pull request #1878 from sethvargo/sethvargo/docs
Clarify shell integration installation
2024-06-24 16:01:22 -07:00
Mitchell Hashimoto
2246da7207 prettier 2024-06-24 16:01:02 -07:00
Mitchell Hashimoto
00745f4caa update README for Zig 0.13 2024-06-24 15:36:05 -07:00
Seth Vargo
881324b10b Clarify shell integration installation 2024-06-24 18:18:17 -04:00
Jon Parise
7d7fa46b0c shell-integration: bash must be explicitly enabled
For now, bash integration must be explicitly enabled (by setting
`shell-integration = bash`). Our automatic shell integration requires
bash version 4 or later, and systems like macOS continue to ship bash
version 3 by default. This approach avoids the cost of performing a
runtime version check.
2024-06-03 20:34:29 -04:00
Mitchell Hashimoto
502423dabf update README 2024-06-01 09:46:14 -07:00
Mitchell Hashimoto
8a5f2e18ab update READMEs to new repo URL 2024-05-31 13:36:07 -07:00
Mitchell Hashimoto
51b6bf46bf update README
Fixes #1773
2024-05-22 16:15:18 -04:00
Mitchell Hashimoto
4eaebe5abc update README 2024-05-07 20:01:30 -07:00
Mitchell Hashimoto
e045e6635b update README 2024-04-21 10:30:22 -07:00
Nick Jones
df0af25cdb Mention Debian in compilation notes
A minor addition, but saves future folks wondering if they need to
figure out different packages on Debian in order to get Ghostty to
compile (they don't).
2024-04-12 09:47:19 +01:00
Mitchell Hashimoto
d298186d5e update README 2024-04-05 08:16:36 -07:00
Severus
54c14bc812 Add note about GTK 4.14 2024-04-05 14:34:21 +07:00
Angelo Tata
314106ec52 Clarify macOS build requirements 2024-03-29 19:08:11 +00:00
Mitchell Hashimoto
8b8cbcbfc9 update README to note macOS SDKs needed 2024-02-14 08:57:04 -08:00
Mitchell Hashimoto
c9371500c9 empty cli or config args reset the value to the default
Fixes #1367

We previously special-cased optionals but we should do better and have
this reset ANY type to the defined default value on the struct.
2024-01-23 18:57:33 -08:00
Mitchell Hashimoto
558fd316c4 update README for show-config 2024-01-20 20:02:13 -08:00
Mitchell Hashimoto
18dc09c0c3 update README styling 2024-01-17 08:18:02 -08:00
Mitchell Hashimoto
499dc6e9b0 update README 2024-01-17 08:13:35 -08:00
Mitchell Hashimoto
79704da1da update README 2024-01-17 08:08:33 -08:00
Mitchell Hashimoto
128c263fa9 readme: remove outdated sequences docs, more up to date are in web 2024-01-17 08:00:11 -08:00
LordMZTE
5c4a423e57 docs: correct note in readme about splits on linux 2024-01-15 21:53:26 +01:00
Mitchell Hashimoto
f236c7675f update README about terminfo and sudo 2024-01-13 11:24:35 -08:00
Mitchell Hashimoto
92697bad12 update README 2024-01-09 08:59:19 -08:00
Mitchell Hashimoto
b37293bcc0 Update README.md 2024-01-09 08:58:56 -08:00
KNnut
a2e6c6b86b readme: fix a typo 2024-01-08 10:24:48 +08:00
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