Skip to content

Instantly share code, notes, and snippets.

@mranawake
Last active September 12, 2023 15:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mranawake/2f2f2bdc52dd42efc99246bf6b5b0e9c to your computer and use it in GitHub Desktop.
Save mranawake/2f2f2bdc52dd42efc99246bf6b5b0e9c to your computer and use it in GitHub Desktop.
TFSWITCH Install Notes
1 - Install following these instructions: https://tfswitch.warrensbox.com/Install/
2 - If you run into permission related issues, uninstall (https://tfswitch.warrensbox.com/Upgrade-or-Uninstall/)
and install again using these instructions: https://tfswitch.warrensbox.com/Troubleshoot/
3 - Add export PATH=$PATH:$HOME/.bin:$HOME/bin to your .bash_profile. This will make tfswitch and terraform commands available for you.
4 - OPTIONAL: Add following to your .bash_profile to preserve existing configurations such as colors.
if [ -f "${HOME}/.bashrc" ] ; then
source "${HOME}/.bashrc"
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment