Last active
July 26, 2020 08:12
-
-
Save dtsdwarak/ceec121a17c4b3355ffb36fcf45ab674 to your computer and use it in GitHub Desktop.
regolith-uninstall.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt purge regolith-* | |
sudo apt autoremove | |
rm -rf ~/.regolith-gnome-backup | |
rm -rf ~/.config/regolith | |
rm -rf ~/.config/i3 | |
sudo rm -rf /etc/regolith/ | |
sudo apt remove i3* | |
sudo apt purge i3* | |
sudo apt-get purge i3-wm | |
sudo apt-get purge --auto-remove i3-wm | |
rm -Rf ~/.config/regolith/flags | |
# Remove all packages that appear for the following commands | |
apt list --installed | grep regolith | |
apt list --installed | grep ^i3 | |
## Reinstallation | |
## https://regolith-linux.org/docs/getting-started/install/#reinstallation | |
## Issue - https://github.com/regolith-linux/regolith-desktop/issues/466 | |
sudo apt install regolith-desktop i3xrocks-net-traffic i3xrocks-cpu-usage i3xrocks-time #also consider i3xrocks-battery i3xrocks-memory i3xrocks-weather |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment