📌  相关文章
📜  将终端首选项从一台计算机复制到另一台 ubuntu - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:07.001000             🧑  作者: Mango

代码示例1
# 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