スキル一覧に戻る
gisikw

dotfiles

by gisikw

0🍴 0📅 2026年1月23日
GitHubで見るManusで実行

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.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です