Skip to content

Instantly share code, notes, and snippets.

@mdPlusPlus
Last active May 17, 2026 23:13
Show Gist options
  • Select an option

  • Save mdPlusPlus/782616a9c3d60e0e8a61ab0e3abcd686 to your computer and use it in GitHub Desktop.

Select an option

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
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