Tmux konfigurace

This commit is contained in:
Martin Blazik
2026-07-23 08:55:57 +02:00
parent 73bf83c722
commit 5570cef56c
4 changed files with 173 additions and 1 deletions

38
claude/settings.json Normal file
View File

@@ -0,0 +1,38 @@
{
"env": {
"CLAUDE_CODE_SCROLL_SPEED": "3",
"ANTHROPIC_MODEL": "sonnet",
"CLAUDE_CODE_USE_POWERSHELL_TOOL": "1"
},
"model": "opus[1m]",
"effortLevel": "high",
"autoUpdatesChannel": "latest",
"tui": "fullscreen",
"showMessageTimestamps": true,
"permissions": {
"defaultMode": "auto",
"allow": [],
"additionalDirectories": []
},
"enabledPlugins": {
"superpowers@claude-plugins-official": true,
"context7@claude-plugins-official": true,
"core@nicecode": true
},
"extraKnownMarketplaces": {
"nicecode": {
"source": {
"source": "github",
"repo": "lachtan/nicecode"
}
}
},
"spinnerVerbs": {
"mode": "replace",
"verbs": [
"Analyzing code",
"Crafting solutions",
"Working hard"
]
}
}