mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-04 12:48:55 +00:00
Replace external golang-packages config file with an inline array, remove 6 unused packages (actionlint, antidot, gopls, templ, html2md, pup), and update documentation to match cargo script style.
435 B
435 B
install-go-packages
Install Go packages defined in the script.
Usage
scripts/install-go-packages.sh
What it does
- Checks that
gois available. - Installs each package from the inline list using
go install. - Runs post-install steps (e.g. generating shell completions).
- Clears the Go module and build caches.
To add or remove packages, edit the packages array in scripts/install-go-packages.sh.