mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
update
This commit is contained in:
@@ -33,3 +33,5 @@ alias pbpaste='xsel --clipboard --output'
|
|||||||
alias pp=pbpaste
|
alias pp=pbpaste
|
||||||
alias clip='xsel --clipboard'
|
alias clip='xsel --clipboard'
|
||||||
|
|
||||||
|
# keepass
|
||||||
|
alias kp=keepassxc-cli
|
||||||
|
|||||||
@@ -7,5 +7,40 @@
|
|||||||
"command": "~/.claude/statusline.sh",
|
"command": "~/.claude/statusline.sh",
|
||||||
"padding": 0
|
"padding": 0
|
||||||
},
|
},
|
||||||
"model": "opusplan"
|
"enabledPlugins": {
|
||||||
|
"code-review@claude-code-marketplace": true
|
||||||
|
},
|
||||||
|
"alwaysThinkingEnabled": false,
|
||||||
|
"hooks": {
|
||||||
|
"PreToolUse": [
|
||||||
|
{
|
||||||
|
"command": "~/.claude/hooks/pre_tool_use_uv.py",
|
||||||
|
"tools": ["Bash", "Run"],
|
||||||
|
"timeout": 10000
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"Notification": [
|
||||||
|
{
|
||||||
|
"command": "~/.claude/hooks/notification_uv.py",
|
||||||
|
"timeout": 5000
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"PostToolUse": [
|
||||||
|
{
|
||||||
|
"matcher": "Write|Edit|MultiEdit",
|
||||||
|
"hooks": [
|
||||||
|
"type": "command",
|
||||||
|
"~/.claude/hooks/post_tool_lint_uv_ruff.sh"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"matcher": "Write|Edit|MultiEdit",
|
||||||
|
"hooks": [
|
||||||
|
"type": "command",
|
||||||
|
"~/.claude/hooks/post_tool_uv_pytest.sh"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
|
||||||
|
]
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user