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:
Jonny Barnes 2026-08-03 14:40:40 +01:00
commit 644c52d4b4
No known key found for this signature in database
4 changed files with 338 additions and 1 deletions

View file

@ -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