diff options
| author | Paul Buetow <paul@buetow.org> | 2025-11-03 13:44:47 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-11-03 13:44:47 +0200 |
| commit | b99799ce2d65c16ecdcea22320dba914d8c54e77 (patch) | |
| tree | 10c843eae9f84d0c874342d68cfa3ad773bc492c | |
| parent | 688696073b3c3e1ebaf678f1d54fbcc58e4234f3 (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/update.fish | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/dotfiles/fish/conf.d/update.fish b/dotfiles/fish/conf.d/update.fish index 655c126..8a965e3 100644 --- a/dotfiles/fish/conf.d/update.fish +++ b/dotfiles/fish/conf.d/update.fish @@ -35,10 +35,6 @@ function update::tools end set -a pids $last_pid - echo "Installing/updating @anthropic-ai/claude-code globally via npm" - doas npm uninstall -g @anthropic-ai/claude-code - doas npm install -g @anthropic-ai/claude-code - if test (uname) = Linux echo "Installing/updating tgpt" go install github.com/aandrew-me/tgpt/v2@latest & @@ -52,6 +48,10 @@ function update::tools # doas npm uninstall -g @qwen-code/qwen-code@latest # doas npm install -g @qwen-code/qwen-code@latest + echo "Installing/updating @anthropic-ai/claude-code globally via npm" + doas npm uninstall -g @anthropic-ai/claude-code + doas npm install -g @anthropic-ai/claude-code + echo "Installing/updating @openai/codex globally via npm" doas npm uninstall -g @openai/codex doas npm install -g @openai/codex |
