4eb93b7640
Dotfiles managed with GNU Stow: Hyprland (Lua config), Neovim, zsh, tmux, ghostty, alacritty, waybar, yazi, lazygit, herdr, Claude Code. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
41 lines
1020 B
JSON
41 lines
1020 B
JSON
{
|
|
"agentPushNotifEnabled": true,
|
|
"editorMode": "vim",
|
|
"effortLevel": "high",
|
|
"enabledPlugins": {
|
|
"caveman@caveman": true,
|
|
"chrome-devtools-mcp@chrome-devtools-plugins": true,
|
|
"frontend-design@claude-plugins-official": true,
|
|
"rust-analyzer-lsp@claude-plugins-official": true
|
|
},
|
|
"extraKnownMarketplaces": {
|
|
"caveman": {
|
|
"source": {
|
|
"repo": "JuliusBrussee/caveman",
|
|
"source": "github"
|
|
}
|
|
}
|
|
},
|
|
"hooks": {
|
|
"SessionStart": [
|
|
{
|
|
"hooks": [
|
|
{
|
|
"command": "bash \"$HOME/.claude/hooks/herdr-agent-state.sh\" session",
|
|
"timeout": 10,
|
|
"type": "command"
|
|
}
|
|
],
|
|
"matcher": "*"
|
|
}
|
|
]
|
|
},
|
|
"model": "claude-fable-5[1m]",
|
|
"skipAutoPermissionPrompt": true,
|
|
"skipWorkflowUsageWarning": true,
|
|
"statusLine": {
|
|
"command": "bash \"$HOME/.claude/plugins/cache/caveman/caveman/ef6050c5e184/hooks/caveman-statusline.sh\"",
|
|
"type": "command"
|
|
},
|
|
"tui": "fullscreen"
|
|
} |