← Back to list

dotfiles
by antonmry
Managed with rotz
⭐ 0🍴 0📅 Jan 23, 2026
SKILL.md
name: dotfiles description: Manage dotfiles in ~/.dotfiles using dotter, including cross-platform config, security guidance, and deployment workflow.
Dotfiles Management Skill
Manage dotfiles stored in ~/.dotfiles using dotter.
Structure
~/.dotfiles/- Main dotfiles repository~/.dotfiles/.dotter/global.toml- Dotter configuration with symlink mappings~/.dotfiles/bin/- Custom scripts (symlinked to~/bin/)~/.dotfiles/config/- Config files (symlinked to~/.config/)
Machines
- Gali10 - Linux machine
- Gali11 - macOS machine
Files should work cross-platform (Linux and macOS) unless specifically targeting one.
Security Guidelines
- Never store secrets, API keys, or credentials in dotfiles
- Check for sensitive data before adding new files
- Use environment variables or separate secret management for credentials
Workflow
- Edit files in
~/.dotfiles/ - Add new files to
~/.dotfiles/.dotter/global.toml - Run
dotter deployto create symlinks - User handles git commits (never commit automatically)
Dotter Config Format
[default.files]
"source/path" = "~/destination/path"
Proactive Suggestions
When modifying config files, suggest:
- Adding them to dotfiles if not already tracked
- Cross-platform compatibility improvements
- Security checks for sensitive data
Score
Total Score
55/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
3ヶ月以内に更新
+5
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon


