]> git.rmz.io Git - dotfiles.git/commitdiff
Makefile: install core configs by default
authorSamir Benmendil <me@rmz.io>
Wed, 10 Jul 2019 22:02:11 +0000 (22:02 +0000)
committerSamir Benmendil <me@rmz.io>
Wed, 10 Jul 2019 22:02:11 +0000 (22:02 +0000)
Makefile

index 144a7d9ec281da660157620eb7ead716bfc642fa..855a5c512e1da0e47867525805ee42dae3e6b360 100644 (file)
--- 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)