diff options
author | Karel Kočí <karel.koci@nic.cz> | 2017-04-07 14:43:23 +0200 |
---|---|---|
committer | Karel Kočí <karel.koci@nic.cz> | 2017-04-07 14:43:23 +0200 |
commit | 020a96cf66595d47eba58724d28aeb3e88c907cf (patch) | |
tree | 9f002b0c5969f526413775d1a12533355a0aa0c0 /install | |
parent | 6384224250a62e8b1ea913934db5dbae536ce153 (diff) | |
download | myconfigs-020a96cf66595d47eba58724d28aeb3e88c907cf.tar.gz myconfigs-020a96cf66595d47eba58724d28aeb3e88c907cf.tar.bz2 myconfigs-020a96cf66595d47eba58724d28aeb3e88c907cf.zip |
Add gtk and qt theme configuration
Diffstat (limited to 'install')
-rwxr-xr-x | install | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -91,6 +91,13 @@ if [[ $REPLY =~ ^[Yy]?$ ]]; then inst local/bin/sys-suspend ~/.local/bin/ fi +read -p "Install Gtk+ and Qt theme setup? (Y/n) " +if [[ $REPLY =~ ^[Yy]?$ ]]; then + inst gtk-2.0/gtkrc ~/.gtkrc-2.0 + inst gtk-3.0/ ~/.config/gtk-3.0/ + inst config/Trolltech.conf ~/.config/Trolltech.conf +fi + read -p "Install Conkeror configuration? (Y/n) " if [[ $REPLY =~ ^[Yy]?$ ]]; then inst conkerorrc ~/.conkerorrc |