summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-04-26 16:43:42 +0300
committerPaul Buetow <paul@buetow.org>2026-04-26 16:43:42 +0300
commit67bfa29920b612240ffc2cb612c7182a1f37b1d6 (patch)
treee3e89bea08f0113cb51c6a37b5474143f4c4fb5b
parent3d3c56f40d9b37afda4d3d5b0ecf10aab190ddfc (diff)
Update
-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 &