diff options
| author | Paul Buetow <paul@buetow.org> | 2025-11-03 13:44:00 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-11-03 13:44:00 +0200 |
| commit | 688696073b3c3e1ebaf678f1d54fbcc58e4234f3 (patch) | |
| tree | ff7dff1e715cc4d04dd047707cfbe95f212c5a72 | |
| parent | ac0e0c7d8db47924635a32e00f422e0d4f06235b (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 df8f0f9..655c126 100644 --- a/dotfiles/fish/conf.d/update.fish +++ b/dotfiles/fish/conf.d/update.fish @@ -35,6 +35,10 @@ 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 & @@ -45,10 +49,6 @@ function update::tools go install codeberg.org/snonux/$prog/cmd/$prog@latest end - 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 - # doas npm uninstall -g @qwen-code/qwen-code@latest # doas npm install -g @qwen-code/qwen-code@latest |
