X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/b0f1868a68ea0840e2727ae8a60ae264b0c8a847..cb21d3b96c1dc285336f0eb49a099707028d42d4:/Makefile?ds=inline diff --git a/Makefile b/Makefile index a8f26ed..364b541 100644 --- a/Makefile +++ b/Makefile @@ -174,6 +174,9 @@ weechat: $(XDG_CONFIG_HOME) $(XDG_CACHE_HOME) mkdir -p $(XDG_CACHE_HOME)/weechat .PHONY: weechat +zathura: $(XDG_CONFIG_HOME) + ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@ +.PHONY: zathura zsh: $(XDG_CONFIG_HOME) ln -sfT $(APATH)/zshrc ~/.zshrc