Files
claude-projects/global/settings.json
T
2026-06-20 15:05:53 +02:00

24 lines
528 B
JSON

{
"enabledPlugins": {
"frontend-design@claude-plugins-official": true
},
"promptSuggestionEnabled": false,
"awaySummaryEnabled": false,
"theme": "dark",
"permissions": {
"allow": [
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(git pull:*)",
"Bash(git status:*)",
"Bash(git diff:*)",
"Bash(git -C:*)",
"Bash(git mv:*)",
"Bash(git check-ignore:*)",
"Bash(cd:*)",
"Bash(~/claude-projects/global/bin/git-sync:*)"
]
}
}