mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
add claude settings and status line
This commit is contained in:
11
dot_claude/settings.json
Normal file
11
dot_claude/settings.json
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user