]> git.rmz.io Git - dotfiles.git/blobdiff - Makefile
yay: Initial config
[dotfiles.git] / Makefile
index a2dddded44f58c08c3b2c103a9be66ce55d6f5ef..f0a9ceacb76c9f84e5e0fdd42a3ad18eb7b2edab 100644 (file)
--- 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