ghostty: add terminal configuration - #68
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 985df59b2d
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| # alacritty | ||
| SymlinkToConfig("alacritty/alacritty.toml", exist_ok=True), | ||
| # ghostty | ||
| SymlinkToConfig("ghostty/config.ghostty", exist_ok=True), |
There was a problem hiding this comment.
Use Ghostty's recognized config filename
When Ghostty uses its default config discovery, it reads $XDG_CONFIG_HOME/ghostty/config, but SymlinkToConfig preserves the source basename and therefore installs this as $XDG_CONFIG_HOME/ghostty/config.ghostty. The bootstrap succeeds while Ghostty silently ignores every setting added here; rename the repository file to ghostty/config or use an explicit destination ending in /ghostty/config.
AGENTS.md reference: AGENTS.md:L18-L19
Useful? React with 👍 / 👎.
Summary
Validation
git diff --checkpython3 -m py_compile initgit commit