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)