Merge branch 'master' of github.com:dnlbauer/dotfiles

This commit is contained in:
Daniel Bauer
2026-01-02 09:54:23 +01:00
2 changed files with 10 additions and 2 deletions

View File

@@ -33,3 +33,8 @@ alias pbpaste='xsel --clipboard --output'
alias pp=pbpaste alias pp=pbpaste
alias clip='xsel --clipboard' alias clip='xsel --clipboard'
# keepass
alias kp=keepassxc-cli
# git
alias gcom="git commit -m"

View File

@@ -1,11 +1,14 @@
{ {
"$schema": "https://json.schemastore.org/claude-code-settings.json", "$schema": "https://json.schemastore.org/claude-code-settings.json",
"includeCoAuthoredBy": false, "includeCoAuthoredBy": false,
"model": "opusplan", "enableAllProjectMcpServers": true,
"statusLine": { "statusLine": {
"type": "command", "type": "command",
"command": "~/.claude/statusline.sh", "command": "~/.claude/statusline.sh",
"padding": 0 "padding": 0
}, },
"enableAllProjectMcpServers": true "enabledPlugins": {
"code-review@claude-code-marketplace": true
},
"alwaysThinkingEnabled": true
} }