原始内容
Claude Code Dotfiles
Personal configuration for Claude Code CLI.
Quick Setup
On a new machine with git installed:
git clone https://github.com/Infatoshi/CLAUDE.md.git /tmp/CLAUDE.md
/tmp/CLAUDE.md/setup.sh
rm -rf /tmp/CLAUDE.md
Or one-liner:
curl -fsSL https://raw.githubusercontent.com/Infatoshi/CLAUDE.md/main/setup.sh | bash
What's Included
CLAUDE.md- Global instructions and constraintssettings.json- Claude Code preferences (thinking mode, status line, etc.)plugins/- Plugin configuration (currently empty/disabled)local.xml.example- Template for machine-specific secrets
Post-Setup
- Copy
~/.claude/local.xml.exampleto~/.claude/local.xml - Edit
local.xmlwith your machine-specific values:- SSH hostnames and IPs
- Voltage Park SSH key IDs
- Preferred location IDs
- Authenticate: run
claudeand use/loginif needed
Files NOT Tracked
These are gitignored for security/privacy:
.credentials.json- OAuth tokenslocal.xml- Machine-specific secretshistory.jsonl- Conversation historydebug/,todos/,plans/- Session data