feat: add claude config

This commit is contained in:
Daniel Bauer
2026-08-09 14:15:17 +02:00
parent 22af30aa1b
commit f165a04aca
27 changed files with 7124 additions and 1 deletions

21
dot_claude/settings.json Normal file
View File

@@ -0,0 +1,21 @@
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"includeCoAuthoredBy": false,
"statusLine": {
"type": "command",
"command": "~/.claude/statusline.sh",
"padding": 0
},
"enabledPlugins": {
"context7@claude-plugins-official": true
},
"alwaysThinkingEnabled": true,
"effortLevel": "high",
"tui": "fullscreen",
"theme": "dark",
"verbose": true,
"remoteControlAtStartup": true,
"agentPushNotifEnabled": true,
"skipAutoPermissionPrompt": true,
"model": "sonnet"
}