X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/02a155360e33a286bc267ca031b9b386eecb1c00..323d09a696fc17d73d44ac18b773449f47dd7f97:/Makefile?ds=inline diff --git a/Makefile b/Makefile index a245778..fb25376 100644 --- a/Makefile +++ b/Makefile @@ -178,6 +178,10 @@ weechat: $(XDG_CONFIG_HOME) $(XDG_CACHE_HOME) mkdir -p $(XDG_CACHE_HOME)/weechat .PHONY: weechat +wezterm: $(XDG_CONFIG_HOME) + ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@ +.PHONY: wezterm + zathura: $(XDG_CONFIG_HOME) ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@ .PHONY: zathura