From 5fbe98b1f7c543a2d02347963ded816476f41e07 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 5 Dec 2015 13:33:12 +1300 Subject: Add config and commands for dunst(1) Pretty much sold on it at the moment --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3