Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
 
PREVIOUS NEXT
Tagged: #copy #terminal #preferences #computer #ubuntu
ADD COMMENT
Topic
Name
9+6 =