X-Git-Url: https://git.rmz.io/dotfiles.git/blobdiff_plain/4346731db4788c83b79abbaa29539e8600a5470a..23e3170fa564e888c56eb889e64f2fdce532c488:/Makefile diff --git a/Makefile b/Makefile index a2dddde..f0a9cea 100644 --- a/Makefile +++ b/Makefile @@ -78,6 +78,10 @@ vim: $(XDG_CONFIG_HOME) git clone https://github.com/gmarik/vundle $(XDG_DATA_HOME)/vim/vundle .PHONY: vim +yay: $(XDG_CONFIG_HOME) + ln -sfT $(APATH)/yay $(XDG_CONFIG_HOME)/yay + mkdir -p $(XDG_CACHE_HOME)/yay + xprofile: ln -sfT $(APATH)/xprofile ~/.xprofile .PHONY: xprofile