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

31 lines
518 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Uninstalling `tea`
You can delete `~/.tea` or if you customized teas prefix, that directory.
```sh
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 %}