mirror of
https://github.com/agresdominik/dotfiles.git
synced 2026-07-21 16:00:55 +00:00
updated a bunch
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user