Although not required I encourage you to install direnv
to keep your tools "sandboxed", that way in case your use case requires it, you can install different versions of the same tool on different projects.
For installing tools I use the Tools as Dependencies paradigm using Go modules, if you installed direnv
you can execute install_tools
directly to download and install the required packages.