mirror of
https://github.com/agresdominik/dotfiles.git
synced 2026-07-21 16:00:55 +00:00
40 lines
783 B
JSON
40 lines
783 B
JSON
{
|
|
"$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"
|
|
]
|
|
}
|
|
}
|