X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/323d09a696fc17d73d44ac18b773449f47dd7f97..e081ae2be04bf7224eadc202f3b9e821d65a440b:/Makefile diff --git a/Makefile b/Makefile index fb25376..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