mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 00:40:44 +02:00
bin: add script for installing go tools
This commit is contained in:
parent
dc6cd8ed07
commit
fbb60357d9
1 changed files with 7 additions and 0 deletions
7
bin/go-install-bins
Executable file
7
bin/go-install-bins
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
echo -e "\e[32m[gopls]\e[0m"; go install golang.org/x/tools/gopls@latest
|
||||
echo -e "\e[32m[gofumpt]\e[0m"; go install mvdan.cc/gofumpt@latest
|
||||
echo -e "\e[32m[goimports]\e[0m"; go install golang.org/x/tools/cmd/goimports@latest
|
||||
echo -e "\e[32m[golines]\e[0m"; go install github.com/segmentio/golines@latest
|
||||
echo -e "\e[32m[task]\e[0m"; go install github.com/go-task/task/v3/cmd/task@latest
|
||||
echo -e "\e[32m[yaegi]\e[0m"; go install github.com/traefik/yaegi/cmd/yaegi@latest
|
||||
Loading…
Add table
Add a link
Reference in a new issue