updated a bunch

This commit is contained in:
2026-05-20 18:14:15 +02:00
parent 45fb878bd1
commit 8989c7927c
29 changed files with 680 additions and 514 deletions
+39
View File
@@ -0,0 +1,39 @@
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"theme": "dark",
"permissions": {
"allow": [
"Bash(git *)",
"Bash(make *)",
"Bash(go *)",
"Bash(python *)",
"Bash(cargo *)",
"Read(~/.zshrc)",
"Read(~/.config/**)"
],
"deny": [
"Read(./.env)",
"Read(./.env.*)",
"Read(./secrets/**)",
"Bash(curl * | bash *)"
]
},
"hooks": {
"Stop": [
{
"hooks": [{ "type": "command", "command": "notify-send 'Claude Code' 'Task finished'" }]
}
]
},
"attribution": {
"commits": false,
"pullRequests": false
},
"spinnerTipsOverride": {
"excludeDefault": false,
"tips": [
"Your custom tip here",
"Another reminder"
]
}
}