X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/b0f1868a68ea0840e2727ae8a60ae264b0c8a847..4825041926aa3f532b59fafea4bb476414ad42bc:/Makefile diff --git a/Makefile b/Makefile index a8f26ed..f9cf1c0 100644 --- a/Makefile +++ b/Makefile @@ -174,6 +174,13 @@ 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 + +zellij: $(XDG_CONFIG_HOME) + ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@ +.PHONY: zellij zsh: $(XDG_CONFIG_HOME) ln -sfT $(APATH)/zshrc ~/.zshrc