スキル一覧に戻る
antonmry

dotfiles

by antonmry

Managed with rotz

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

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

  1. Edit files in ~/.dotfiles/
  2. Add new files to ~/.dotfiles/.dotter/global.toml
  3. Run dotter deploy to create symlinks
  4. 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

スコア

総合スコア

55/100

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

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

レビュー

💬

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