Repo stuff

This commit is contained in:
2026-07-13 21:03:03 -07:00
parent bb2db90a00
commit c8174d952e
3 changed files with 63 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
# Claude Code Config
Personal configuration for [Claude Code](https://claude.com/claude-code), version-controlled from `~/.claude`.
## Contents
- `settings.json` — global settings (theme, spinner verbs, etc.)
- `skills/` — custom skills available across all projects
- `plugins/` — installed plugin marketplaces
## Notes
Most of `~/.claude` is runtime state (session history, credentials, caches, task
locks) and is intentionally left untracked. Only stable, hand-authored config
should be added to this repo.