summaryrefslogtreecommitdiff
path: root/fish
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-03-19 09:22:20 +0200
committerPaul Buetow <paul@buetow.org>2026-03-19 09:22:20 +0200
commitdbffb321ec6e03bb2eb263db94cf56ad07acdcbe (patch)
tree2fe115a3b67ed7b2b7f30c5bfbb0b939ed11b084 /fish
parent53da530eeb5016ec064d231d6be7aba08bd844d7 (diff)
Update
Diffstat (limited to 'fish')
-rw-r--r--fish/conf.d/update.fish17
1 files changed, 5 insertions, 12 deletions
diff --git a/fish/conf.d/update.fish b/fish/conf.d/update.fish
index 4f8d252..9e31e4f 100644
--- a/fish/conf.d/update.fish
+++ b/fish/conf.d/update.fish
@@ -17,30 +17,23 @@ function update::tools
go install golang.org/x/tools/cmd/goimports@latest &
set -a pids $last_pid
- for prog in hexai hexai-lsp-server hexai-tmux-action hexai-tmux-edit hexai-mcp-server
+ 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 &
set -a pids $last_pid
end
- # Renamed to hexai-lsp-server
- if test -f ~/go/bin/hexai-lsp
- rm ~/go/bin/hexai-lsp
- end
- if test -f ~/scripts/taskwarriorfeeder.rb
- rm ~/scripts/taskwarriorfeeder.rb
+ # Obsolete moved to keepass
+ if test -f ~/go/bin/foostore
+ rm ~/go/bin/foostore
end
- for prog in tasksamurai timesamurai perc loadbars foostore
+ for prog in tasksamurai timesamurai perc loadbars
echo "Installing/updating $prog from codeberg.org/snonux/$prog/cmd/$prog@latest"
go install codeberg.org/snonux/$prog/cmd/$prog@latest &
set -a pids $last_pid
end
- if test -f ~/git/bin/timr
- rm ~/git/bin/timr
- end
-
if test (uname) = Darwin
echo 'Updating cursor-agent on macOS'
cursor-agent update &