From 8b23df9fedb4774e59d32258e811e415a997e886 Mon Sep 17 00:00:00 2001 From: Miguel Palhas Date: Wed, 26 Nov 2025 11:26:41 +0000 Subject: [PATCH] more claude commands --- flake.lock | 6 ++-- home/common/programs/claude/settings.json | 34 ++++++++++++++--------- 2 files changed, 24 insertions(+), 16 deletions(-) diff --git a/flake.lock b/flake.lock index 4b90f29..97fbff6 100644 --- a/flake.lock +++ b/flake.lock @@ -426,11 +426,11 @@ "nvchad-starter": { "flake": false, "locked": { - "lastModified": 1764075033, - "narHash": "sha256-FnVLw/fil+qeZFEGcjGMUF9xSnvP/rjPeqfm6VVFN3I=", + "lastModified": 1764092274, + "narHash": "sha256-XFFbLmMExVUur6uPdYCVVGyWbrKQhAzjyRU3P/73HuU=", "owner": "naps62", "repo": "nvchad-starter", - "rev": "19e6d1e44a81325a2c1015ea11eabf65e07e8d7c", + "rev": "702f1cb19c98e5f1ca958d4561d3ffb78c999554", "type": "github" }, "original": { diff --git a/home/common/programs/claude/settings.json b/home/common/programs/claude/settings.json index 1c24d18..91fa6cc 100644 --- a/home/common/programs/claude/settings.json +++ b/home/common/programs/claude/settings.json @@ -1,21 +1,29 @@ { "permissions": { "allow": [ - "Bash(kitty @ set-tab-title:*)", - "Bash(mkdir:*)", - "Bash(rg:*)", - "Bash(chmod:*)", - "Bash(find:*)", - "Bash(rustup target:*)", "Bash(ls:*)", - "Bash(cargo:*)", - "Bash(cp:*)", - "Bash(yarn:*)", - "Bash(sed:*)", - "Bash(gh:*)", - "Bash(git:*)", + "Bash(tree:*)", + "Bash(cat:*)", + "Bash(head:*)", + "Bash(tail:*)", + "Bash(find:*)", + "Bash(fd:*)", "Bash(grep:*)", - "Bash(node:*)" + "Bash(rg:*)", + "Bash(wc:*)", + "Bash(sort:*)", + "Bash(uniq:*)", + "Bash(diff:*)", + "Bash(pwd:*)", + "Bash(which:*)", + "Bash(jq:*)", + "Bash(git:*)", + "Bash(gh:*)", + "Bash(sed:*)", + "Bash(cp:*)", + "Bash(chmod:*)", + "Bash(mkdir:*)", + "Bash(kitty @ set-tab-title:*)" ], "defaultMode": "acceptEdits" },