aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 671ce397..38af1c19 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,7 @@
install-bin \
install-curl \
install-dircolors \
+ install-dunst \
install-git \
install-gtk \
install-gnupg \
@@ -96,6 +97,10 @@ install-curl :
install-dircolors :
install -pm 0644 -- dircolors/dircolors "$(HOME)"/.dircolors
+install-dunst : install-x
+ install -m 0755 -d -- "$(HOME)"/.config/dunst
+ install -pm 0644 -- dunst/dunstrc "$(HOME)"/.config/dunst
+
install-git :
install -pm 0644 -- git/gitconfig "$(HOME)"/.gitconfig