X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/9dd90d24e0758be86b5d695e242fce9a5baf8bcb..3f3025ea2bdb52df515f09a563cece040b4056dd:/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