summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fish/conf.d/update.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/fish/conf.d/update.fish b/fish/conf.d/update.fish
index a340837..16fbc4d 100644
--- a/fish/conf.d/update.fish
+++ b/fish/conf.d/update.fish
@@ -17,6 +17,10 @@ function update::tools
go install golang.org/x/tools/cmd/goimports@latest &
set -a pids $last_pid
+ echo 'installing/updating walk'
+ go install github.com/antonmedv/walk@latest
+ set -a pids $last_pid
+
for prog in hexai hexai-lsp-server hexai-tmux-action hexai-tmux-edit hexai-mcp-server ask
echo "Installing/updating $prog from codeberg.org/snonux/hexai/cmd/$prog@latest"
go install codeberg.org/snonux/hexai/cmd/$prog@latest &