mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 14:44:57 +08:00
upgrade codex
This commit is contained in:
parent
d576dc2a2b
commit
1ce5d44d0b
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ def main():
|
||||||
print("❌ Brew package installation failed")
|
print("❌ Brew package installation failed")
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
|
||||||
runner.add_task("Claude Code Update", "npm install -g -f @anthropic-ai/claude-code ccusage ccstatusline")
|
runner.add_task("Claude Code Update", "npm install -g -f @anthropic-ai/claude-code ccusage ccstatusline @openai/codex@latest")
|
||||||
runner.add_task("Homebrew Update", "brew update && brew upgrade --greedy")
|
runner.add_task("Homebrew Update", "brew update && brew upgrade --greedy")
|
||||||
runner.add_task("Config Git Pull", "cd ~/.config && git pull")
|
runner.add_task("Config Git Pull", "cd ~/.config && git pull")
|
||||||
runner.add_task("Neovim Config Git Pull", "cd ~/.config/nvim && 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