mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
update ccusage
This commit is contained in:
parent
497b52b448
commit
93e1b952ae
1 changed files with 1 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue