diff options
| author | Paul Buetow <paul@buetow.org> | 2025-07-31 14:27:44 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-07-31 14:27:44 +0300 |
| commit | a3ba7a95298c846b7f6fe9eb6fa09897d63ae6e7 (patch) | |
| tree | faf3621c00c13e7503d5fd1f42f21fb94540ad96 | |
| parent | 2a9a92bcba5af1ac662e4a0b86d783e68920ccc1 (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/update.fish | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles/fish/conf.d/update.fish b/dotfiles/fish/conf.d/update.fish index 2bc4a19..9b0dcae 100644 --- a/dotfiles/fish/conf.d/update.fish +++ b/dotfiles/fish/conf.d/update.fish @@ -30,6 +30,10 @@ function update::tools doas npm uninstall -g @google/gemini-cli doas npm install -g @google/gemini-cli + echo "Installing/updating @sourcegraph/amp globally via npm" + doas npm uninstall -g @sourcegraph/amp + doas npm install -g @sourcegraph/amp + echo "Installing/updating opencode-ai globally via npm" doas npm uninstall -g opencode-ai doas npm install -g opencode-ai |
