summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-10-01 23:42:05 +0300
committerPaul Buetow <paul@buetow.org>2025-10-01 23:42:05 +0300
commit45ebc7ea0cda2221778c54561ef1c0892d9a929a (patch)
tree2f49bbf97505fec640c16374fac9c91f9b4bacac
parenta65364aa3644380ba897c80f73cd786bc6142912 (diff)
Update
-rw-r--r--dotfiles/fish/conf.d/update.fish2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/fish/conf.d/update.fish b/dotfiles/fish/conf.d/update.fish
index 935b630..a515a59 100644
--- a/dotfiles/fish/conf.d/update.fish
+++ b/dotfiles/fish/conf.d/update.fish
@@ -40,7 +40,7 @@ function update::tools
go install github.com/aandrew-me/tgpt/v2@latest &
set -a pids $last_pid
- for prog in gos gitsyncer
+ for prog in gos gitsyncer yoga
echo "Installing/updating $prog from codeberg.org/snonux/$prog/cmd/$prog@latest"
go install codeberg.org/snonux/$prog/cmd/$prog@latest
end