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
This commit is contained in:
parent
8790828d1a
commit
0373a917eb
1 changed files with 31 additions and 0 deletions
31
dot_claude/settings.local.json
Normal file
31
dot_claude/settings.local.json
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
{
|
||||
"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)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue