Forked from alexclifford/cinnamon-dconf-backup-and-restore.sh
Created
March 19, 2025 04:57
-
-
Save kmf/670aa1e2c5c2e05c14ff01d942e6054f to your computer and use it in GitHub Desktop.
Backup Cinnamon settings with dconf
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
# Backup | |
dconf dump /org/cinnamon/ > cinnamon-dconf-settings.txt | |
# Reset Cinnamon | |
dconf reset -f /org/cinnamon/ | |
# Restore | |
dconf load /org/cinnamon/ < cinnamon-dconf-settings.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment