chore: ローカルの設定変更を dotfiles に反映 - #73
Merged
Merged
Conversation
.claude/settings.json, ghostty, git, snapzy の実運用設定が dotfiles リポジトリ側より新しくなっていたため、ローカルの状態を 正として re-add で取り込んだ。 - .claude/settings.json: 有効化プラグイン(dart-flutter, modern-web-guidance, claude-security 等)とSessionStartフックをローカルの構成に合わせる - git config: core.fsmonitor / core.untrackedCache を有効化し、 gh 経由のcredential helper設定を追加 - ghostty: 末尾改行を追加(内容は変更なし) - snapzy: バージョン・保存先・キャプチャ設定をローカルの現行値に合わせる なお mise/config.toml は直近の npm ツール移行コミットの方が新しいため、 今回の反映対象から除外した。
ホームディレクトリがハードコードされておりこのマシン固有だったため、 他のマシンでも動くよう $HOME 展開に変更する。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
chezmoi diffでドリフト(実運用ファイルが dotfiles リポジトリより新しい状態)を検知した4ファイルをchezmoi re-add等でリポジトリ側に取り込んだ。.claude/settings.json: 有効プラグイン(dart-flutter, modern-web-guidance, claude-security 等)と SessionStart フックの構成をローカルに合わせる.config/git/config.tmpl:core.fsmonitor/core.untrackedCacheを有効化、gh経由の credential helper 設定を追加(テンプレートのため手動反映).config/ghostty/config: 末尾改行のみ(内容変更なし).config/snapzy/config.toml: バージョン・保存先・キャプチャ設定をローカルの現行値に合わせる.config/mise/config.tomlは直近の1885689 feat(mise): npm グローバルパッケージ管理を mise tools に移行の方が新しく、ローカルが移行前の状態だっただけと判断し、今回の反映対象から除外した(別途ローカル側をchezmoi applyで追従させる想定)。Test plan
chezmoi diffで対象4ファイル以外に差分が残っていないことを確認chezmoi applyして問題なく反映されることを確認🤖 Generated with Claude Code