Last active
May 17, 2026 23:13
-
-
Save mdPlusPlus/782616a9c3d60e0e8a61ab0e3abcd686 to your computer and use it in GitHub Desktop.
[WIP] Create archive of all non-standard KDE theme files to recreate look and feel on different machine
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
| find /usr/share/plasma/{desktoptheme,look-and-feel,plasmoids} -mindepth 1 -maxdepth 1 -not -name 'org.kde.*' -not -name 'breeze-light' -not -name 'breeze-dark' -exec tar -czf archive.tar.gz {} + |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment