mirror of
https://github.com/SeriousBug/dotfiles
synced 2025-12-07 05:22:34 -06:00
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>
30 lines
556 B
Markdown
30 lines
556 B
Markdown
---
|
||
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.-Built‐ins,-Helpers,-and-Settings.md
|
||
├── 6.-Miscellaneous-features.md
|
||
├── FAQ-&-Troubleshooting.md
|
||
└── Home.md
|
||
|
||
## Examples
|
||
|
||
Find how to install:
|
||
|
||
```
|
||
rg -C4 'install'
|
||
```
|
||
|