-
-
Notifications
You must be signed in to change notification settings - Fork 230
Removal
Timon G edited this page Jan 17, 2022
·
2 revisions
I'm sad to see you go! If something bugs you, that you think can be fixed, don't hesitate to open an issue.
You can either remove OctoDash with a a script or manually
The source for the script can be found here
wget -qO- https://github.com/UnchartedBull/OctoDash/raw/main/scripts/remove.sh | bash-
Uninstall the OctoDash package
sudo dpkg --remove octodash -
Remove the config files
rm -rf .config/octodash -
Remove the following contents from
~/.xinitrcif present#!/bin/sh xset s off xset s noblank xset -dpms ratpoison& octodash
-
Remove the following contents from
~/.bashrcif presentif [ -z "$SSH_CLIENT" ] || [ -z "$SSH_TTY" ]; then xinit -- -nocursor fi
Made with ❤️ by UnchartedBull