summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2025-08-28 11:19:41 +0300
committerPaul Buetow <paul@buetow.org>2025-08-28 11:19:41 +0300
commit704e530f2f553698b3db51acd3b9efbf1e3d1e2f (patch)
treede3da0a34125897432e823ed3d025be757ea03c7
parentf8331d2730fe209f9a5e1bcbb2b15dd5b708df48 (diff)
Update
-rw-r--r--dotfiles/fish/conf.d/update.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles/fish/conf.d/update.fish b/dotfiles/fish/conf.d/update.fish
index 83c8738..6d83ae6 100644
--- a/dotfiles/fish/conf.d/update.fish
+++ b/dotfiles/fish/conf.d/update.fish
@@ -1,6 +1,10 @@
function update::tools
set pids
+ echo "Installing/updating mage"
+ go install github.com/magefile/mage@latest
+ set -a pids $last_pid
+
echo "Installing/updating golangci-lint"
go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest
set -a pids $last_pid