Skip to content

Commit 8c4bf37

Browse files
added claude config
Signed-off-by: ivan katliarchuk <[email protected]>
1 parent 39b6adb commit 8c4bf37

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

install.conf.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
~/.pyenvrc: tools/pyenvrc
8181
~/.zprezto: vendor/prezto
8282
~/.bash-it: vendor/bash-it
83+
~/.claude: tools/claude
8384
# vscode
8485
~/Library/ApplicationSupport/Code/User/settings.json:
8586
path: tools/vscode/settings.json

tools/claude/settings.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(wc:*)",
5+
"Bash(lc:*)"
6+
]
7+
}
8+
}

vendor/prezto

Submodule prezto updated 58 files

0 commit comments

Comments
 (0)