X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/03e18ae17a72f3db72ee65eb290d35fb13d66237..ea63c143de326ec0b41e3276c50b389c9fd16d1d:/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