Skip to content

Instantly share code, notes, and snippets.

@dtsdwarak
Last active July 26, 2020 08:12
Show Gist options
  • Save dtsdwarak/ceec121a17c4b3355ffb36fcf45ab674 to your computer and use it in GitHub Desktop.
Save dtsdwarak/ceec121a17c4b3355ffb36fcf45ab674 to your computer and use it in GitHub Desktop.
regolith-uninstall.sh
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