I have a several systems running Ubuntu 16.04. I use git to manage my . files so I can maintain the same settings across systems, but the gnome-terminal settings are not in these files and instead in gconf. I'm now adding an Ubuntu 18.04 system and I'd like to export my settings from 16.04 and import them on my 18.04 system.
How can I accomplish this for gnome-terminal settings from 16.04 to 18.04?
dconf dump /org/gnome/terminal/legacy/profiles:/:XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX/ > material-theme-profile.conf
also seehttps://gist.github.com/reavon/0bbe99150810baa5623e5f601aa93afc
– noobninja Mar 10 '20 at 20:42