gnome‐terminal‐profile - yktoo/yktools GitHub Wiki
Export and import the default GNOME Terminal profile, including all relevant settings, like theme, colours, and palette. A file exported with the export
command can be imported later using import
.
gnome-terminal-profile export <filename>
gnome-terminal-profile import <filename>
Where:
-
<filename>
Path to the file to export to or import from.
# Export the default profile's settings to the file my_profile in your home directory
gnome-terminal-profile export ~/my_profile
# Import the settings from the file my_profile in your home directory
gnome-terminal-profile import ~/my_profile
- Script source code on GitHub.