Back to list
Leoyzen

dotter-manager

by Leoyzen

Personal Developing dotfiles

1🍴 0📅 Jan 20, 2026

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

  1. Move config to repo: mv ~/.config/app ./app
  2. Edit .dotter/global.toml:
    [app.files]
    "app/config" = "~/.config/app/config"
    
  3. 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 or local.toml.
  • Symlink failed: Use -f to force overwrite if file exists.
  • Template not rendering: Ensure file has {{ or set type = "template" in toml.
  • Debug: Use dotter deploy -vv for verbose logs.

Score

Total Score

50/100

Based on repository quality metrics

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

Reviews

💬

Reviews coming soon