Nico Elbers
34c3da4302
docs: fix the nixos install instructions
...
Not updating inputs resulted in a crash for me, this fixed it.
Relevant link from discord:
https://discord.com/channels/1005603569187160125/1301217629268213770
2024-11-05 21:57:51 +01:00
Mitchell Hashimoto
274759d391
Merge pull request #2589 from mnemnion/de-jure
...
ECMA 48 is de jure: as stated by law
2024-11-04 14:03:11 -08:00
Mitchell Hashimoto
21f5a2aa51
README: syntax highlight the config
2024-11-04 09:37:18 -08:00
Sam Atman
c7413bcf57
ECMA 48 is de jure: as stated by law
...
I am actually not sure if this was meant as a sly pun. It definitely works that way, terminals are _de jour_ meaning _of the day_, but the contrastive with _de facto_ makes me lean toward typo / malaprop.
The thing is it's a good pun, and I almost let it be for that reason. But I lean towards unintended, so here's a patch, feel free to close it if I read it wrong, er, right? Y'know.
2024-11-03 17:33:35 -10:00
Mitchell Hashimoto
b14f0f95a9
remove -Dstatic
2024-10-24 15:16:40 -07:00
Mitchell Hashimoto
4c871246dd
update file sizes in README.md
2024-10-15 09:59:43 -07:00
Mitchell Hashimoto
eec77e271c
macos: change our minimum version to macOS 13
...
macOS 12 is officially EOL by Apple and the project only supports
officially supported versions of macOS. Once publicly released, users on
older macOS versions will have to use older released builds.
2024-10-09 14:41:57 -07:00
Lucy Davinhart || Strawb System
1b024b117f
Include command to run a subset of tests in README
...
For Zig veterans this may be obvious. As a Zig newbie, for me it was no, but found the answer in the Discord.
2024-10-09 21:23:05 +01:00
Mitchell Hashimoto
b7ac7bf336
README: note how to send crash reports to the project
2024-09-17 13:30:47 -07:00
Jeffrey C. Ollie
1a6c928951
update README
2024-09-10 20:43:00 -07:00
Mitchell Hashimoto
b7c9dafab3
prettier
2024-09-10 11:23:55 -07:00
Leah Amelia Chen
8502034dae
README: document common issues on NixOS
2024-09-09 10:45:44 +02:00
Mitchell Hashimoto
12bf107bcb
update README
2024-09-08 21:30:07 -07:00
Mohammad H. AlShami
20fdd6ee9f
Fix copied mistake
2024-09-07 13:10:59 -05:00
Mohammad H. AlShami
4ee615294b
Add package names for Fedora variants
2024-09-07 13:06:36 -05:00
Mitchell Hashimoto
492b113de6
update README again
2024-09-03 10:28:59 -07:00
Mitchell Hashimoto
84f4743eed
update README to warn about crash report env vars
2024-09-03 10:26:10 -07:00
Mitchell Hashimoto
f07cda07d6
update README about crashes
2024-09-02 10:14:32 -07:00
Mitchell Hashimoto
6877ba9f7f
readme: clarify that comments are only allowed on a dedicated line
2024-08-18 19:01:47 -07:00
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