Skip to content

docs: sync repo docs and fix ttyd path#2

Merged
pkking merged 9 commits into
masterfrom
docs/repo-docs-and-ttyd-fix
Jun 27, 2026
Merged

docs: sync repo docs and fix ttyd path#2
pkking merged 9 commits into
masterfrom
docs/repo-docs-and-ttyd-fix

Conversation

@pkking

@pkking pkking commented Jun 27, 2026

Copy link
Copy Markdown
Owner

Summary

  • Fix the ttyd external install path so the downloaded binary lands at the intended name.
  • Refresh repository docs to match the current dotfiles/ layout and metadata.
  • Mark the old rofi/i3 plan as abandoned and add a small repair checklist for the completed cleanup.

Validation

  • bash scripts/check-doc-entrypoints.sh
  • python3 scripts/check-doc-commands.py
  • git diff --check

@gemini-code-assist gemini-code-assist 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.

Code Review

This pull request updates project documentation and fixes a path configuration in .chezmoiexternal.toml.tmpl. Specifically, it marks the Rofi configuration design as abandoned, adds a repair checklist document, updates metadata in AGENTS.md, and corrects the ttyd external installation path. Feedback on the changes points out that the path attribute in .chezmoiexternal.toml.tmpl is ignored for type = "file" and should be removed entirely to avoid confusion.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread dotfiles/.chezmoiexternal.toml.tmpl Outdated
Comment on lines 60 to 61
path = "ttyd"
executable = 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.

medium

In chezmoi's .chezmoiexternal configuration, the path attribute is only supported and used for archive and archive-file types (to specify which file(s) to extract from the archive). For type = "file", the path attribute is ignored because the downloaded file is always saved directly to the target path specified in the section header (in this case, .local/bin/ttyd). Since path = "ttyd" is redundant and has no effect, it should be removed to avoid confusion.

    executable = true

@pkking pkking merged commit 7377f8e into master Jun 27, 2026
1 check passed
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