X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/e252820a3fe76eb728d9a5e9796e1c971094e08b..f081a28c79966703940a8e7de563b8622f08e2a5:/Makefile diff --git a/Makefile b/Makefile index eb5f29b..663bd67 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 mpv offlineimap ranger retroarch xbindkeys xkb .PHONY: install $(FILES) $(DOTFILES) $(CONFIGFILES) install: $(FILES) $(DOTFILES) $(CONFIGFILES) @@ -10,6 +10,11 @@ install: $(FILES) $(DOTFILES) $(CONFIGFILES) ~/.config: mkdir -p ~/.config +git: ~/.config + ln -sfT $(APATH)/git ~/.config/git + ln -sfT $(APATH)/tig ~/.config/tig +.PHONY: git + vim: ~/.config ln -sfT $(APATH)/vim ~/.config/vim mkdir -p ~/.local/share/vim @@ -61,6 +66,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