Answers for "copy terminal settings ubuntu"

0

copy terminal settings 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 settings ubuntu"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language