Skip to content

ghostty: add terminal configuration - #68

Merged
mandaiy merged 1 commit into
mainfrom
agent/add-ghostty-config
Jul 23, 2026
Merged

ghostty: add terminal configuration#68
mandaiy merged 1 commit into
mainfrom
agent/add-ghostty-config

Conversation

@mandaiy

@mandaiy mandaiy commented Jul 22, 2026

Copy link
Copy Markdown
Owner

Summary

  • add a Ghostty configuration with font, cursor, and macOS window settings
  • install the Ghostty configuration through the bootstrap script
  • enable Kitty graphics support in herdr and add the Ghostty reference link

Validation

  • git diff --check
  • python3 -m py_compile init
  • pre-commit hooks run by git commit

@mandaiy
mandaiy marked this pull request as ready for review July 23, 2026 05:43

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread init
# alacritty
SymlinkToConfig("alacritty/alacritty.toml", exist_ok=True),
# ghostty
SymlinkToConfig("ghostty/config.ghostty", exist_ok=True),

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge 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 👍 / 👎.

@mandaiy
mandaiy merged commit 9578321 into main Jul 23, 2026
1 check passed
@mandaiy
mandaiy deleted the agent/add-ghostty-config branch July 23, 2026 05:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant