aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2015-08-21 16:33:56 +1200
committerTom Ryder <tom@sanctum.geek.nz>2015-08-21 16:33:56 +1200
commitaebb7293fc87559b21cebce6a9aead7b73d47e3b (patch)
tree1fd432377a5af16220051c6969f91043e9184d0b /Makefile
parentFix a logic bug (diff)
downloaddotfiles-aebb7293fc87559b21cebce6a9aead7b73d47e3b.tar.gz
dotfiles-aebb7293fc87559b21cebce6a9aead7b73d47e3b.zip
Add GTK+ configuration
I haven't cared about this up until now, but the newest release of Firefox Developer Edition uses GTK3, the default theme for which I don't like.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 63c46f45..d7a11647 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@
install-curl \
install-dircolors \
install-git \
+ install-gtk \
install-gnupg \
install-gvim \
install-gvim-config \
@@ -98,6 +99,12 @@ install-gnupg : gnupg/gpg.conf
install -m 0644 -- gnupg/sks-keyservers.net/* \
"$(HOME)"/.gnupg/sks-keyservers.net
+install-gtk :
+ install -m 0755 -d -- \
+ "$(HOME)"/.config/gtkrc-3.0
+ install -m 0644 -- gtk/gtkrc-2.0 "$(HOME)"/.gtkrc-2.0
+ install -m 0644 -- gtk/gtkrc-3.0/settings.ini "$(HOME)"/.config/gtkrc-3.0
+
install-i3 : install-x
install -m 0755 -d -- "$(HOME)"/.i3
install -m 0644 -- i3/* "$(HOME)"/.i3