dot_files/dot_claude/settings.local.json
Viktor Barzin 0373a917eb Add Claude Code configuration files
- settings.json: general settings and enabled plugins
- settings.local.json: permission rules
- commands/remote.md: custom remote command
- skills/: claudeception, kubernetes-latest-tag-image-pull, react-hooks-order-early-return
- statusline.sh: custom statusline script
- remote-exec.sh: remote execution script
2026-02-03 20:15:39 +00:00

31 lines
801 B
JSON

{
"permissions": {
"allow": [
"Bash(top:*)",
"Bash(log show:*)",
"Bash(sudo log show:*)",
"Bash(dscl:*)",
"Bash(odutil show:*)",
"Bash(dsconfigad:*)",
"Bash(sample opendirectoryd:*)",
"Bash(log stream:*)",
"Bash(defaults read:*)",
"Bash(networksetup -listallnetworkservices:*)",
"Bash(scutil --dns:*)",
"Bash(time id:*)",
"Bash(odutil reset:*)",
"Bash(profiles list:*)",
"Bash(app-sso:*)",
"Bash(plutil:*)",
"Bash(system_profiler:*)",
"Bash(dscacheutil -flushcache:*)",
"Bash(launchctl kickstart:*)",
"Bash(chezmoi source-path:*)",
"Bash(chezmoi managed:*)",
"Bash(chezmoi add:*)",
"Bash(git push:*)",
"Bash(ssh:*)",
"Skill(remote)"
]
}
}