]> git.rmz.io Git - dotfiles.git/blobdiff - Makefile
Makefile: install core configs by default
[dotfiles.git] / 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)