diff options
| author | Paul Buetow <paul@buetow.org> | 2025-06-23 15:59:24 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-06-23 15:59:24 +0300 |
| commit | 8eaabba1d988dd4262e78ba98ed7da241ef8b450 (patch) | |
| tree | 543f704d604d8290584588cfbfaae03e174be4cc | |
| parent | 67b99808749c064ae587de0dcf0e2e0d82c63752 (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/update.fish | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dotfiles/fish/conf.d/update.fish b/dotfiles/fish/conf.d/update.fish index 1bdcc27..41e0012 100644 --- a/dotfiles/fish/conf.d/update.fish +++ b/dotfiles/fish/conf.d/update.fish @@ -1,5 +1,7 @@ function update::tools go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest go install golang.org/x/tools/cmd/goimports@latest + go install codeberg.org/snonux/tasksamurai/cmd/tasksamurai@latest + go install codeberg.org/snonux/gos/cmd/gos@latest doas npm i -g @anthropic-ai/claude-code 2 end |
