Global defaults can be set in the file `$HOME/.tool-versions` (see [`.tool-versions`](https://github.com/staticaland/dotfiles/blob/master/asdf/.tool-versions) from my [[Dotfiles]] on GitHub. Similiarities to [[pipx]] and [[npx]]. To install [[Python]], [[Terraform]] and more: ```bash asdf plugin add terraform https://github.com/asdf-community/asdf-hashicorp.git asdf install terraform latest asdf global terraform latest asdf plugin-add terraform-ls https://github.com/asdf-community/asdf-hashicorp.git asdf install terraform-ls latest asdf global terraform-ls latest asdf plugin add python asdf install python latest asdf global python latest asdf plugin-add shfmt asdf install shfmt latest asdf global shfmt latest asdf plugin-add shellcheck asdf install shellcheck latest asdf global shellcheck latest ```