X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/84fedebc58bf1dc41c7975cd9a6cde91363baedc..abc4878101c227a526ee0701b51e358e452ec7d9:/Makefile diff --git a/Makefile b/Makefile index 1a6b832..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) @@ -93,6 +96,7 @@ zsh: $(XDG_CONFIG_HOME) ln -sfT $(APATH)/zsh $(XDG_CONFIG_HOME)/zsh ln -sfT $(APATH)/aliases $(XDG_CONFIG_HOME)/aliases mkdir -p $(XDG_CACHE_HOME)/zsh + mkdir -p $(XDG_DATA_HOME)/zsh .PHONY: zsh $(FILES):