From: stack Date: Wed, 24 Jul 2013 19:16:33 +0000 (+0200) Subject: Merge https://github.com/sgerrand/xfce4-terminal-colors-solarized X-Git-Url: https://v.licheni.net/stack/conf/xfce4-terminal-colors-solarized.git/commitdiff_plain/3fad4592a03539bc3d0dc8419df0060bf5c98819?hp=4ef414e828fbeeda51de4d6a0a2f09fb8d471695 Merge https://github.com/sgerrand/xfce4-terminal-colors-solarized --- diff --git a/README.md b/README.md index b1c304f..baed619 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,20 @@ The [Xfce4-Terminal-only repository] is kept in sync with the main [Solarized re Installation ------------ -Move `terminalrc` to your `~/.config/Terminal/` directory. The dark or the light themes are available. To -install the dark version please do the following: +Move `terminalrc` to your terminal configuration directory. Starting with xfce version 0.6.0 (released in December 2012), this directory is located at `~/.config/xfce4/terminal`. +In earlier versions of Xubuntu, the directory is located at `~/.config/Terminal/`. + +The dark or the light themes are available. To install the dark version please do the following: $ cd xfce4-terminal-colors-solarized - $ mv dark/terminalrc ~/.config/Terminal/ + $ cp dark/terminalrc ~/.config/Terminal/terminalrc + OR + $ cp dark/terminalrc ~/.config/xfce4/terminal/terminalrc To install the light version go with: $ cd xfce4-terminal-colors-solarized - $ mv light/terminalrc ~/.config/Terminal/ + $ cp light/terminalrc ~/.config/Terminal/terminalrc + OR + $ cp light/terminalrc ~/.config/xfce4/terminal/terminalrc