Initial commit

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>
This commit is contained in:
2026-08-12 17:51:29 +02:00
commit 4eb93b7640
75 changed files with 3783 additions and 0 deletions
+41
View File
@@ -0,0 +1,41 @@
{
"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"
}