Created
August 24, 2020 00:31
-
-
Save willnss/367bd8c31419dc7c680557fec3a8d65b to your computer and use it in GitHub Desktop.
This file contains 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
#!/bin/bash | |
# Reset KDE plasma to defaults | |
rm ~/.config/plasma-org.kde.plasma.desktop-appletsrc | |
rm ~/.config/plasmarc | |
rm ~/.config/plasmashellrc | |
rm ~/.config/kdeglobals | |
rm ~/.config/kwinrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment