Skip to content

config: update git and herdr settings - #67

Merged
mandaiy merged 2 commits into
mainfrom
agent/update-git-herdr-config
Jul 19, 2026
Merged

config: update git and herdr settings#67
mandaiy merged 2 commits into
mainfrom
agent/update-git-herdr-config

Conversation

@mandaiy

@mandaiy mandaiy commented Jul 19, 2026

Copy link
Copy Markdown
Owner

Summary

  • add a shared Git configuration for delta and zdiff3
  • link the Git configuration from the bootstrap script
  • clean up duplicate ignore entries while keeping Claude Code local settings ignored
  • disable the herdr onboarding flow

Why

Keep the Git and herdr defaults reproducible through the dotfiles bootstrap process and remove redundant ignore configuration.

Impact

Running ./init now creates ~/.config/git/config alongside the existing global ignore link. Git uses delta for paging and interactive diffs, and herdr skips onboarding.

Validation

  • pre-commit run --all-files
  • ./init

@mandaiy
mandaiy marked this pull request as ready for review July 19, 2026 12:33

@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: 3918ec857d

ℹ️ 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 git/config
@@ -0,0 +1,8 @@
[core]
pager = delta

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Install delta before configuring it as Git's pager

On a fresh machine following the documented install command (README.md:22-24), or after bootstrapping the Linux image whose package list is at docker/Dockerfile:29-37, no package provides the delta executable. Git lists -p | --paginate in git -h, and with this configuration a paginated git log reports cannot run delta: No such file or directory before falling back, while the intended pager and interactive diff filter remain unavailable. Add the Homebrew git-delta dependency to the supported setup paths or avoid enabling these settings when the executable is absent.

Useful? React with 👍 / 👎.

@mandaiy
mandaiy merged commit 10f44ec into main Jul 19, 2026
1 check passed
@mandaiy
mandaiy deleted the agent/update-git-herdr-config branch July 19, 2026 14:47
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