aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-06-22 17:34:53 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-06-22 17:34:53 +1200
commitb3738e113ce62e8adc205c6ce27798ba8ea8fccd (patch)
treea9f08948816670013b0fbbc18819c088e3d9ea0b /Makefile
parentReformat paragraphs in README (diff)
downloaddotfiles-b3738e113ce62e8adc205c6ce27798ba8ea8fccd.tar.gz
dotfiles-b3738e113ce62e8adc205c6ce27798ba8ea8fccd.zip
Break Xresources into subfiles
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5fa79b62..d25b82be 100644
--- a/Makefile
+++ b/Makefile
@@ -247,12 +247,14 @@ install-wyrd :
install-x :
install -m 0755 -d -- \
"$(HOME)"/.config \
- "$(HOME)"/.xbackgrounds
+ "$(HOME)"/.xbackgrounds \
+ "$(HOME)"/.Xresources.d
install -pm 0644 -- X/redshift.conf "$(HOME)"/.config/redshift.conf
install -pm 0644 -- X/backgrounds/* "$(HOME)"/.xbackgrounds
- install -pm 0644 -- X/Xresources "$(HOME)"/.Xresources
install -pm 0644 -- X/xbindkeysrc "$(HOME)"/.xbindkeysrc
install -pm 0644 -- X/xinitrc "$(HOME)"/.xinitrc
+ install -pm 0644 -- X/Xresources "$(HOME)"/.Xresources
+ install -pm 0644 -- X/Xresources.d/* "$(HOME)"/.Xresources.d
install-zsh :
install -pm 0644 -- zsh/zprofile "$(HOME)"/.zprofile