From f16c74fba6b3692e476a92f3d0902f4c1df21e1b Mon Sep 17 00:00:00 2001 From: Zerebos Date: Mon, 9 Dec 2024 17:20:50 -0500 Subject: [PATCH] Add information about community config tool --- README.md | 4 +++- README_TESTERS.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4cafc6ac1..488819613 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,9 @@ beta users using Ghostty as their primary terminal. See more in ### Configuration To configure Ghostty, you must use a configuration file. GUI-based configuration -is on the roadmap but not yet supported. The configuration file must be +is on the roadmap but not yet supported. In the meantime, there is a +[community-built webtool](https://ghostty.zerebos.com/) that you can use to help +generate and preview your configuration. The configuration file must be placed at `$XDG_CONFIG_HOME/ghostty/config`, which defaults to `~/.config/ghostty/config` if the [XDG environment is not set](https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html). diff --git a/README_TESTERS.md b/README_TESTERS.md index 8a63ecee5..0087a4ef3 100644 --- a/README_TESTERS.md +++ b/README_TESTERS.md @@ -93,7 +93,9 @@ interest/acceptance for it before opening up some huge PR. There are also non-core help we can use: docs, website work, Discord bots, etc. etc. For example, a web UI to generate a configuration file would be -cool. Or a web UI to preview your color settings. +cool. Or a web UI to preview your color settings. There is currently one +[community project](https://github.com/zerebos/ghostty-config) attempting +to tackle both of these. ### Is Ghostty Open Source?