add claude settings and status line

This commit is contained in:
Daniel Bauer
2025-08-15 14:16:42 +02:00
parent 0244958011
commit 75706c33ff
2 changed files with 56 additions and 0 deletions

11
dot_claude/settings.json Normal file
View File

@@ -0,0 +1,11 @@
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"includeCoAuthoredBy": false,
"model": "opusplan",
"statusLine": {
"type": "command",
"command": "~/.claude/statusline.sh",
"padding": 0
},
"enableAllProjectMcpServers": true
}