mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
Merge branch 'master' of github.com:dnlbauer/dotfiles
This commit is contained in:
@@ -33,3 +33,8 @@ alias pbpaste='xsel --clipboard --output'
|
||||
alias pp=pbpaste
|
||||
alias clip='xsel --clipboard'
|
||||
|
||||
# keepass
|
||||
alias kp=keepassxc-cli
|
||||
|
||||
# git
|
||||
alias gcom="git commit -m"
|
||||
|
||||
@@ -1,11 +1,14 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/claude-code-settings.json",
|
||||
"includeCoAuthoredBy": false,
|
||||
"model": "opusplan",
|
||||
"enableAllProjectMcpServers": true,
|
||||
"statusLine": {
|
||||
"type": "command",
|
||||
"command": "~/.claude/statusline.sh",
|
||||
"padding": 0
|
||||
},
|
||||
"enableAllProjectMcpServers": true
|
||||
"enabledPlugins": {
|
||||
"code-review@claude-code-marketplace": true
|
||||
},
|
||||
"alwaysThinkingEnabled": true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user