]> git.rmz.io Git - dotfiles.git/blobdiff - Makefile
rofi: initial config
[dotfiles.git] / Makefile
index 38c08d753775e50cd0c5831b867120e1f8f2ec17..f46e5273d079321a7fb5efb54346072e85fded1a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -93,6 +93,10 @@ qutebrowser: $(XDG_CONFIG_HOME) $(qute_scripts)
        mkdir -p ~/downloads
 .PHONY: qutebrowser
 
+rofi: $(XDG_CONFIG_HOME)
+       ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@
+.PHONY: rofi
+
 ssh:
        ln -sfT $(APATH)/ssh/config ~/.ssh/config
 .PHONY: ssh