aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
authorKarel Kočí <karel.koci@nic.cz>2017-04-07 14:43:23 +0200
committerKarel Kočí <karel.koci@nic.cz>2017-04-07 14:43:23 +0200
commit020a96cf66595d47eba58724d28aeb3e88c907cf (patch)
tree9f002b0c5969f526413775d1a12533355a0aa0c0 /install
parent6384224250a62e8b1ea913934db5dbae536ce153 (diff)
downloadmyconfigs-020a96cf66595d47eba58724d28aeb3e88c907cf.tar.gz
myconfigs-020a96cf66595d47eba58724d28aeb3e88c907cf.tar.bz2
myconfigs-020a96cf66595d47eba58724d28aeb3e88c907cf.zip
Add gtk and qt theme configuration
Diffstat (limited to 'install')
-rwxr-xr-xinstall7
1 files changed, 7 insertions, 0 deletions
diff --git a/install b/install
index a520b42..46a5d3c 100755
--- a/install
+++ b/install
@@ -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