docs/docs/appendix/uninstall-tea.md
2023-03-14 17:58:57 -04:00

518 B
Raw Blame History

Uninstalling tea

You can delete ~/.tea or if you customized teas prefix, that directory.

rm -rf ~/.tea

Remove the one liner in your ~/.shellrc; one of:

  • ~/.zshrc
  • ~/.bashrc
  • ~/.config/fish/config.fish
  • etc.

Thats it!

{% hint style="warning" %}

Caveats

Though not a problem unique to tea you should note that tools installed with tea may have polluted your system during use. Check directories like:

  • ~/.local
  • ~/.gem
  • ~/.npm
  • ~/.node
  • etc.

{% endhint %}