
dotfiles
by gisikw
SKILL.md
name: dotfiles description: Update home-manager/dotfiles configuration. Use when asked to bump dotfiles, update home-config, refresh home-manager, or similar requests about the dev environment configuration.
Dotfiles / Home-Manager Update
Updates the home-manager configuration (dotfiles) for the dev-sandbox environment. The home-config input in clusters/bedlam/flake.nix points to github:gisikw/config.
Steps
1. Update the cluster flake input
nix flake update home-config --flake ./clusters/bedlam
Updates clusters/bedlam/flake.lock with the latest commit.
2. Update ratched's flake lock
nix flake update --flake ./clusters/bedlam/hosts/ratched
Even though ratched has home-config.follows = "cluster/home-config", each flake's lock captures its own resolved state. Cannot use nix flake update home-config here since home-config is a follows directive, not a direct input.
3. Commit and push
git add clusters/bedlam/flake.lock clusters/bedlam/hosts/ratched/flake.lock
git commit -m "chore: Bump home-config to <short-sha>"
git push
4. Deploy
just deploy ratched
Waits for comin to fetch, build, and activate. Dev environment will have updated dotfiles after completion.
Score
Total Score
Based on repository quality metrics
SKILL.mdファイルが含まれている
ライセンスが設定されている
100文字以上の説明がある
GitHub Stars 100以上
3ヶ月以内に更新がある
10回以上フォークされている
オープンIssueが50未満
プログラミング言語が設定されている
1つ以上のタグが設定されている
Reviews
Reviews coming soon