📌  相关文章
📜  复制终端设置 ubuntu - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:49:29.579000             🧑  作者: 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