Skip to content

Instantly share code, notes, and snippets.

@returnwellbeing
Created September 16, 2018 13:19
Show Gist options
  • Save returnwellbeing/ed14a4dc083589ff05a1b17f5dd192b1 to your computer and use it in GitHub Desktop.
Save returnwellbeing/ed14a4dc083589ff05a1b17f5dd192b1 to your computer and use it in GitHub Desktop.
우분투 터미널 프로필 관리

우분투 터미널 프로필 dump

dconf dump /org/gnome/terminal/legacy/profiles:/ > ./.terminal.dconf

우분투 터미널 프로필 load

(optional) dconf reset /org/gnome/terminal/legacy/profiles:/

dconf load /org/gnome/terminal/legacy/profiles:/ < ./.terminal.dconf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment