Gogh-Co / Gogh

Gogh is a collection of color schemes for various terminal emulators, including Gnome Terminal, Pantheon Terminal, Tilix, and XFCE4 Terminal also compatible with iTerm on macOS.
https://gogh-co.github.io/Gogh/
MIT License
9.23k stars 586 forks source link

Option : Create a new profile instead of overwriting 'Default' one. #26

Closed hg8 closed 8 years ago

hg8 commented 9 years ago

Hello, first of all thanks for your great work!

I was wondering if it was possible to add the option during the installation of a theme to create a new profile and applying the theme to this profile instead of overwriting 'Default' profile ?

I am using Gnome Terminal...

Thanks in advance

Mgldvd commented 9 years ago

Sure but i will try do this on the Command line installation: https://github.com/Mayccoll/Gogh/blob/master/content/install.md#create-a-command-line Because the idea on the normal method is that once the script is fired this be unattended

Mgldvd commented 9 years ago

Well according to this tread is not possible create a new profile via command line. http://askubuntu.com/questions/270469/how-can-i-create-a-new-profile-for-gnome-terminal-via-command-line

What I can do is create a backup before applying Gogh

gconftool-2 --dump '/apps/gnome-terminal' > gnome-terminal-conf.xml
## Modify the file here.
gconftool-2 --load gnome-terminal-conf.xml
hg8 commented 9 years ago

Thanks for a quick response! A backup would be enough at least for me :)

If it can be useful, it look to me that tomorrow-theme manage to create a new profile... tomorrow-theme.sh

jhonnymoreira commented 8 years ago

Closed in Pull Requests #45 and #46.