aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
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