X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/e252820a3fe76eb728d9a5e9796e1c971094e08b..94509bc4f98194271504713dd4b0caba7afc3ca8:/Makefile diff --git a/Makefile b/Makefile index eb5f29b..df4c443 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ APATH := $(realpath .) FILES := bin DOTFILES := goobookrc msmtp* profile tmux.conf weechat Xresources -CONFIGFILES := aliases compton.conf git mpv offlineimap ranger retroarch xbindkeys xkb +CONFIGFILES := compton.conf git mpv offlineimap ranger retroarch xbindkeys xkb .PHONY: install $(FILES) $(DOTFILES) $(CONFIGFILES) install: $(FILES) $(DOTFILES) $(CONFIGFILES) @@ -61,6 +61,7 @@ zsh: ~/.config ln -sfT $(APATH)/zprofile ~/.zprofile ln -sfT $(APATH)/zshenv ~/.zshenv ln -sfT $(APATH)/zsh ~/.config/zsh + ln -sfT $(APATH)/aliases ~/.config/aliases mkdir -p ~/.cache/zsh .PHONY: zsh