Answers for "copy terminal preferences from one computer to another ubuntu"

1

copy terminal preferences from one computer to another ubuntu

# source system:
$ dconf dump /org/gnome/terminal/legacy/profiles:/ > gnome-terminal-profiles.dconf

# destination system (after transferring the gnome-terminal-profiles.dconf file):
$ dconf load /org/gnome/terminal/legacy/profiles:/ < gnome-terminal-profiles.dconf
Posted by: Guest on August-21-2021

Code answers related to "copy terminal preferences from one computer to another ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language