]> git.rmz.io Git - dotfiles.git/blobdiff - Makefile
zathura: configure zathura to use nord colors and dark pages by default
[dotfiles.git] / Makefile
index a8f26ed7036f15538408e22a4eb1bb8212d77245..364b5413fed03f22872cda5299ffd71c17bcbc26 100644 (file)
--- 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