Documentation for macOS
Uninstalling Herd
#Uninstalling Herd
In case you want to uninstall Herd from your machine, perform the following steps:
- Quit Herd by clicking on the icon in the menu bar and selecting "Quit".
- Run the following command in your shell. This will reset the permissions of Herd to start its services.
$ sudo rm /etc/sudoers.d/herd
- Delete the
~/Library/Application Support/Herd
folder. - Remove Herd from your Applications folder.
- Open your
~/.zshrc
or~/.bashrc
file and remove the modifications to thePATH
environment variable that Herd injected as well as all other Herd related modifications that are marked with# Herd
. - Go to
/etc/resolver/test
and either delete this file or check its contents. This maps all domains with.test
to a local nameserver and can be removed if it's only pointing to 127.0.0.1. - Delete the last config traces from the system defaults with
defaults delete de.beyondco.herd
#Re-installing Herd
- Uninstall Herd as described above.
- Download the latest version of Herd from the website and install it from scratch.