X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/323d09a696fc17d73d44ac18b773449f47dd7f97..ae5454a5465969e97d105b014960821899e3073f:/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