From 0373a917ebda14a8a37861fc02202333daa3194f Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Tue, 3 Feb 2026 20:15:39 +0000 Subject: [PATCH] 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 --- dot_claude/settings.local.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 dot_claude/settings.local.json diff --git a/dot_claude/settings.local.json b/dot_claude/settings.local.json new file mode 100644 index 0000000..016e0e8 --- /dev/null +++ b/dot_claude/settings.local.json @@ -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)" + ] + } +}