aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6d1d69cd..58add1f5 100644
--- a/Makefile
+++ b/Makefile
@@ -11,6 +11,7 @@
install-curl \
install-dircolors \
install-dunst \
+ install-finger \
install-git \
install-gtk \
install-gnupg \
@@ -103,6 +104,9 @@ install-dunst : install-x
install -m 0755 -d -- "$(HOME)"/.config/dunst
install -pm 0644 -- dunst/dunstrc "$(HOME)"/.config/dunst
+install-finger :
+ install -pm 0644 -- finger/plan "$(HOME)"/.plan
+
install-git :
install -pm 0644 -- git/gitconfig "$(HOME)"/.gitconfig