update ccusage

This commit is contained in:
David Chen 2025-08-15 09:23:22 -05:00
parent 497b52b448
commit 93e1b952ae

View file

@ -126,6 +126,7 @@ def main():
runner = ParallelTaskRunner()
runner.add_task("Claude Code Update", "npm install -g @anthropic-ai/claude-code")
runner.add_task("CCUSAGE Update", "npm install -g ccusage")
runner.add_task("Homebrew Update", "brew update && brew upgrade --greedy")
runner.add_task("Config Git Pull", "cd ~/.config && git pull")
runner.add_task("Neovim Config Git Pull", "cd ~/.config/nvim && git pull")