Uninstallation
Homebrew
❯ brew uninstall wtfutil
Remove the Binary and Configuration
WTF ships as a single binary named wtfutil
. Assuming you have installed the binary, run:
❯ rm $(which wtfutil)
If you have configured WTF, you will also want to delete your configs:
❯ rm -r ~/.config/wtf
and that should also do it.