X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/329028dafb18a2e56c4fc9f7d98ed014121bbb27..45b8f95647cf18d3f60e36cdbebe6d503a8dfcc3:/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