From: Samir Benmendil Date: Wed, 10 Jul 2019 22:02:11 +0000 (+0000) Subject: Makefile: install core configs by default X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/1039901b70731959cd345172ff605f2e4dce14e6 Makefile: install core configs by default --- 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)