diff options
| author | Paul Buetow <paul@buetow.org> | 2025-06-12 23:14:39 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-06-12 23:14:39 +0300 |
| commit | 55e3295ea9337aa36c34b0dffb70e979d7d38c0e (patch) | |
| tree | fe5343bdc09567f7d749d9f652fddb94cb1c63e5 | |
| parent | 1c65f7ec7b55eafc6cd0db0bcd8784fb0a97c114 (diff) | |
Update
| -rw-r--r-- | dotfiles/fish/conf.d/update.fish | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dotfiles/fish/conf.d/update.fish b/dotfiles/fish/conf.d/update.fish new file mode 100644 index 0000000..1bdcc27 --- /dev/null +++ b/dotfiles/fish/conf.d/update.fish @@ -0,0 +1,5 @@ +function update::tools + go install github.com/golangci/golangci-lint/v2/cmd/golangci-lint@latest + go install golang.org/x/tools/cmd/goimports@latest + doas npm i -g @anthropic-ai/claude-code 2 +end |
