X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/38d3414001e7ab282dcb5959031e88e4c506adb6..e081ae2be04bf7224eadc202f3b9e821d65a440b:/Makefile diff --git a/Makefile b/Makefile index a245778..7e69147 100644 --- a/Makefile +++ b/Makefile @@ -113,6 +113,10 @@ rofi: $(XDG_CONFIG_HOME) ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@ .PHONY: rofi +rofimoji: $(XDG_CONFIG_HOME) + ln -sfT $(APATH)/$@.rc $(XDG_CONFIG_HOME)/$@.rc +.PHONY: rofimoji + ssh: ln -sfT $(APATH)/ssh/config ~/.ssh/config .PHONY: ssh @@ -178,6 +182,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