Add claude settings

This commit is contained in:
Leo 2026-01-27 10:55:44 +02:00
parent 1ad60be8b6
commit 4e307708a0

26
.claude/settings.json Normal file
View file

@ -0,0 +1,26 @@
{
"hooks": {
"Notification": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "paplay /usr/share/sounds/freedesktop/stereo/message.oga & tmux display-message 'Window #I: #W' & notify-send -a 'Claude Code' -i ~/.claude/claude-color.png \"Window $(tmux display-message -p '#I: #W') is needing your professional and ever so wise feedback.\""
}
]
}
]
},
"enabledPlugins": {
"typescript-lsp@claude-plugins-official": true,
"gopls-lsp@claude-plugins-official": true
},
"feedbackSurveyState": {
"lastShownTime": 1754297707811
},
"statusLine": {
"type": "command",
"command": "branch=$(git rev-parse --abbrev-ref HEAD 2>/dev/null); printf '\\033[00m%s%s' \"$(pwd)\" \"${branch:+ ($branch)}\""
}
}