Files
claude-code-user-config/settings.json
Bill Ballou d2b5bd92b5 Add feature-rich statusline with colors and git status
- Display user@host:path with colored output
- Show git branch with  icon and file status indicators
- Include context window usage percentage with color coding
- Use Nerd Font icons for visual appeal
2026-01-07 08:13:08 -05:00

52 lines
1.1 KiB
JSON

{
"permissions": {
"ask": [
"Bash(make dev:*)",
"Bash(git merge:*)",
"Bash(git branch -d:*)",
"Bash(git branch -D:*)",
"Bash(git branch --delete:*)"
],
"allow": [
"Bash(git:*)",
"Bash(npm:*)",
"Bash(pip:*)",
"Bash(uv:*)",
"Bash(poetry:*)",
"Bash(bash scripts/*)",
"Bash(docker:*)",
"Bash(docker-compose:*)",
"Bash(python:*)",
"Bash(python3:*)",
"Bash(source */bin/activate)",
"Bash(pytest:*)",
"Bash(timeout:*)",
"Bash(cat:*)",
"Bash(tree:*)",
"Bash(find:*)",
"Bash(test:*)",
"Bash(ls:*)",
"Bash(head:*)",
"Bash(tail:*)",
"Bash(wc:*)",
"Bash(yamllint:*)",
"Skill(superpowers:*)",
"Skill(frontend-design:*)",
"WebSearch"
]
},
"statusLine": {
"type": "command",
"command": "/home/bill/.claude/statusline-command.sh"
},
"enabledPlugins": {
"superpowers@superpowers-marketplace": true,
"frontend-design@claude-code-plugins": true
},
"alwaysThinkingEnabled": true,
"attribution": {
"commit": "",
"pr": ""
}
}