Clean Up Local Environment
This section is only if you had previously set up any of these tools/packages. It is also optional, with the following the caveat of this note:
danger
If you need any of the packages/tools for other things that you won't use nix for, you can set things
up so that they both work side by side, but you'll just have to set up your PATH properly. And even then, there may be
other steps necessary which aren't documented here.
Disable or uninstall
nodenv,asdfor any other version switchers formymove.nodenv:- TLDR (disable only): remove
eval "$(nodenv init -)"from.zshrc(or your shell's config file) - Full instructions: Uninstalling nodenv
- TLDR (disable only): remove
asdf:See Remove asdf
Remove setting of
GOPATHand puttingGOPATHinPATHin.zshrc(or your shell's config file). Looks something like this:export GOPATH=~/dev/go
export PATH=$(go env GOPATH)/bin:$PATH