From 1039901b70731959cd345172ff605f2e4dce14e6 Mon Sep 17 00:00:00 2001 From: Samir Benmendil Date: Wed, 10 Jul 2019 22:02:11 +0000 Subject: [PATCH] Makefile: install core configs by default --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 144a7d9..855a5c5 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,9 @@ FILES := bin DOTFILES := goobookrc msmtp* profile tmux.conf weechat Xresources CONFIGFILES := compton.conf mpv offlineimap ranger retroarch xbindkeys xkb +.PHONY: core_files +core_files: dircolors git systemd vim zsh + .PHONY: install $(FILES) $(DOTFILES) $(CONFIGFILES) install: $(FILES) $(DOTFILES) $(CONFIGFILES) -- 2.48.1