mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 13:35: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 pp=pbpaste
|
||||||
alias clip='xsel --clipboard'
|
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",
|
"$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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user