]> git.rmz.io Git - dotfiles.git/commitdiff
Makefile: install aliases with zsh
authorSamir Benmendil <me@rmz.io>
Wed, 28 Feb 2018 08:32:10 +0000 (08:32 +0000)
committerSamir Benmendil <me@rmz.io>
Wed, 28 Feb 2018 08:32:10 +0000 (08:32 +0000)
Makefile

index eb5f29b39a80721db4254bc222475da86ebc9910..df4c443e41a1ad61665fef0a427a496955563e0e 100644 (file)
--- 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