Hi. Great repo! I see that you use tfenv here:
|
export PATH="$HOME/.tfenv/bin:$PATH" |
I suggest you to switch to tenv: https://github.com/tofuutils/tenv:
- it is a successor of tofuenv and tfenv
- can manage versions of OpenTofu / Terraform / Terragrunt and Atmos
- does not require any dependencies like jq / bash / etc
Hi. Great repo! I see that you use tfenv here:
dotfiles/.zshrc
Line 149 in 3a51a93
I suggest you to switch to tenv: https://github.com/tofuutils/tenv: