Tmux konfigurace
This commit is contained in:
38
claude/settings.json
Normal file
38
claude/settings.json
Normal 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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user