← スキル一覧に戻る

dotter-manager
by Leoyzen
Personal Developing dotfiles
⭐ 1🍴 0📅 2026年1月20日
SKILL.md
name: dotter-manager description: Manage dotfiles using Dotter. Use for deploying configurations, adding new packages, debugging templates, and managing global/local configs.
Dotter Manager
This skill helps you manage the dotfiles repository using Dotter.
Core Workflows
1. Deploy Changes
Always test with dry-run first.
# Preview changes
dotter deploy --dry-run
# Apply changes
dotter deploy -v
# Force apply (overwrite)
dotter deploy -f
2. Add New Configuration
- Move config to repo:
mv ~/.config/app ./app - Edit
.dotter/global.toml:[app.files] "app/config" = "~/.config/app/config" - Test:
dotter deploy --dry-run
3. Machine-Specific Config
Edit .dotter/local.toml (do not commit this file):
packages = ["default", "app"] # Select active packages
[variables]
theme = "light" # Override global variables
4. Templating & Syntax
See syntax.md for Handlebars and TOML reference.
For deep details, check docs/dotter-templates.md in the repo.
Troubleshooting
- Variable not found: Check
global.toml[variables] section orlocal.toml. - Symlink failed: Use
-fto force overwrite if file exists. - Template not rendering: Ensure file has
{{or settype = "template"in toml. - Debug: Use
dotter deploy -vvfor verbose logs.
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です