X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/329028dafb18a2e56c4fc9f7d98ed014121bbb27..217ecdcf208fb4e4b94c3dcc25c57baf6b66e83e:/Makefile diff --git a/Makefile b/Makefile index 38c08d7..f46e527 100644 --- 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