Backup & Syncing Preferences
// Exporting Settings
To back up your settings, export the configuration directory to a tarball archive:
tar -czf termstudio-backup.tar.gz ~/.config/termstudio/
// Syncing with Dotfiles
You can track your settings in a Git dotfiles repository. Create symbolic links from your local git repo to the config directory to keep configurations versioned.
// Restoring Settings
To restore settings on a new machine, extract your backup package back into the config folder directory:
mkdir -p ~/.config/termstudio/
tar -xzf termstudio-backup.tar.gz -C ~/.config/termstudio/