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
|
|
@ -45,7 +45,7 @@ test -L $HOME/.config/nvim/lsp/phpactor.lua || ln -f -s $BASEDIR/neovim/lsp/phpa
|
|||
|
||||
# Claude Code statusline
|
||||
test -d $HOME/.claude || mkdir $HOME/.claude
|
||||
test -L $HOME/.claude/statusline.sh || ln -f -s $BASEDIR/claude/statusline.sh $HOME/.claude/statusline.sh
|
||||
ln -f -s $BASEDIR/claude/statusline.burnrate.sh $HOME/.claude/statusline.sh
|
||||
|
||||
# .gitconfig gets edited by .extra so we won't symlink it, but copy it
|
||||
echo "For compatibility we shall copy the global gitconfig"
|
||||
|
|
|
|||
Loading…
Reference in a new issue