X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/7570b02230ba4e6bf4d14d52087f4834aae7fb24..987bbcf981a917af59c5f36bc1164d2330d3ad65:/Makefile 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