X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/f65351a4282b68f599c318a86bb51952a31f17ce..367a240534f2e939fbb15baed6a34736b7360637:/Makefile diff --git a/Makefile b/Makefile index d59f59a..07abd50 100644 --- a/Makefile +++ b/Makefile @@ -144,11 +144,16 @@ yay: $(XDG_CONFIG_HOME) ln -sfT $(APATH)/yay $(XDG_CONFIG_HOME)/yay mkdir -p $(XDG_CACHE_HOME)/yay -xinit: $(XDG_CONFIG_HOME) +xinit: $(XDG_CONFIG_HOME) xprofile ln -sfT $(APATH)/$@rc ~/.$@rc ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@ .PHONY: xinit +xprofile: $(XDG_CONFIG_HOME) + ln -sfT $(APATH)/$@ ~/.$@ + ln -sfT $(APATH)/$@.d $(XDG_CONFIG_HOME)/$@.d +.PHONY: xprofile + wakeonlan: $(XDG_CONFIG_HOME) ln -sfT $(APATH)/$@ $(XDG_CONFIG_HOME)/$@ .PHONY: wakeonlan