Skip to content

Instantly share code, notes, and snippets.

@hushin
Last active July 21, 2025 02:34
Show Gist options
  • Save hushin/c87f437d2afd9f4d4e1e04707e946ea4 to your computer and use it in GitHub Desktop.
Save hushin/c87f437d2afd9f4d4e1e04707e946ea4 to your computer and use it in GitHub Desktop.
~/.claude/settings.json
{
"permissions": {
"allow": [
"Bash(npm:*)",
"Bash(npx tsc:*)",
"Bash(pnpm:*)",
"Bash(bun:*)",
"Bash(deno:*)",
"Bash(uv:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git status:*)",
"Bash(git diff:*)",
"Bash(git log:*)",
"Bash(cat:*)",
"Bash(grep:*)",
"Bash(rg:*)",
"Bash(ag:*)",
"Bash(cp:*)",
"Bash(find:*)",
"Bash(ls:*)",
"Bash(mkdir:*)",
"Bash(touch:*)",
"Bash(echo:*)",
"Bash(which:*)",
"Bash(pwd)",
"Bash(cd:*)",
"Bash(tree:*)",
"Bash(jq:*)",
"Bash(head:*)",
"Bash(tail:*)",
"Bash(wc:*)",
"Bash(sort:*)",
"Bash(awk:*)",
"Bash(sed:*)",
"Bash(perl:*)",
"Bash(gibo:*)",
"Read(~/ghq/**)",
"Edit(~/ghq/**)",
"Write(~/ghq/**)",
"WebFetch(domain:tailwindcss.com)",
"WebFetch(domain:zenn.dev)",
"WebFetch(domain:hono.dev)",
"WebSearch(*)"
],
"deny": [
"Bash(rm -rf /)",
"Bash(rm -rf ~)",
"Bash(rm -rf /*)",
"Bash(rm -rf .git)",
"Bash(sudo rm:*)"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment