We are sorry to see you go! If you encountered any issues, please feel free to open an issue on our GitHub repository.
You can uninstall xfetch by running the following command in your terminal:
curl -fsSL https://raw.githubusercontent.com/xfetch-cli/xfetch/main/uninstall.sh | bashIf you prefer to uninstall manually, you can delete the following files and directories:
-
Binary: Remove the executable.
rm ~/.local/bin/xfetch -
Configuration: Remove the configuration directory.
rm -rf ~/.config/xfetch -
Shell Config: Open your shell configuration file (
~/.bashrc,~/.zshrc, or~/.bash_profile) and remove the lines added by the installer:# xfetch path export PATH="$HOME/.local/bin:$PATH"