Switch Claude Code statusline to burnrate variant
Keep the previous statusline as statusline.original.sh and add statusline.burnrate.sh from Gui-Gou/claude-statusline-burnrate, which shows weekly/5h plan usage and a sustainable burn rate. bootstrap.sh now links the burnrate script unconditionally - the old `test -L` guard would have left an existing symlink pointing at the previous script. jq is a hard dependency of the new script, so add it to brew.sh. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
f5b8624814
commit
644c52d4b4
4 changed files with 338 additions and 1 deletions
1
brew.sh
1
brew.sh
|
|
@ -46,6 +46,7 @@ brew install git-delta
|
|||
brew install git-lfs
|
||||
brew install gnupg
|
||||
brew install hexyl
|
||||
brew install jq
|
||||
brew install lazygit
|
||||
brew install mcfly
|
||||
brew install neovim
|
||||
|
|
|
|||
Loading…
Reference in a new issue