1
0
Fork 0
mirror of https://github.com/SeriousBug/dotfiles synced 2025-12-07 05:22:34 -06:00
dotfiles/.claude/skills/dotter/SKILL.md
Kaan Barmore-Genc 155ce70597 Initial commit: Add setup script and Dotter skill
Add Homebrew-based setup script that installs development tools and
Dotter configuration manager. Script supports both macOS and Linux,
with platform-specific handling for casks.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-15 21:19:19 -06:00

30 lines
556 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
name: dotter-docs
description: Reference Dotter documentation
---
# Dotter Docs
## Instructions
Reference the files in `dotter.wiki` when you need information on how to use Dotter.
dotter.wiki
├── 1.-Getting-Started.md
├── 2.-Symbolic-links-and-Templates.md
├── 3.-Packages-and-`local.toml`.md
├── 4.-Complex-Target.md
├── 5.-Builtins,-Helpers,-and-Settings.md
├── 6.-Miscellaneous-features.md
├── FAQ-&-Troubleshooting.md
└── Home.md
## Examples
Find how to install:
```
rg -C4 'install'
```