X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/b11d380556485d135ba4f81c826b49e37fce17d1..db4fd9f943db71a5baa7c86580b86d0d809c15dd:/Makefile diff --git a/Makefile b/Makefile index f118edd..8322336 100644 --- a/Makefile +++ b/Makefile @@ -74,7 +74,13 @@ ncmpcpp: $(XDG_CONFIG_HOME) mkdir -p $(XDG_DATA_HOME)/mpd/lyrics .PHONY: ncmpcpp -qutebrowser: $(XDG_CONFIG_HOME) +qute_scripts := $(wildcard qutebrowser/userscripts/*) +$(qute_scripts): + mkdir -p $(XDG_DATA_HOME)/qutebrowser/userscripts + ln -sfT $(APATH)/$@ $(XDG_DATA_HOME)/$@ +.PHONY: $(qute_scripts) + +qutebrowser: $(XDG_CONFIG_HOME) $(qute_scripts) ln -sfT $(APATH)/qutebrowser $(XDG_CONFIG_HOME)/qutebrowser mkdir -p ~/downloads .PHONY: qutebrowser