From: Samir Benmendil Date: Tue, 9 Jul 2019 10:40:19 +0000 (+0100) Subject: yay: Initial config X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/23e3170fa564e888c56eb889e64f2fdce532c488?ds=inline yay: Initial config --- 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 diff --git a/yay/config.json b/yay/config.json new file mode 100644 index 0000000..ff117f0 --- /dev/null +++ b/yay/config.json @@ -0,0 +1,40 @@ +{ + "aururl": "https://aur.archlinux.org", + "buildDir": "/home/sb/.cache/yay", + "editor": "", + "editorflags": "", + "makepkgbin": "makepkg", + "makepkgconf": "", + "pacmanbin": "pacman", + "pacmanconf": "/etc/pacman.conf", + "tarbin": "bsdtar", + "redownload": "no", + "rebuild": "no", + "answerclean": "", + "answerdiff": "", + "answeredit": "", + "answerupgrade": "", + "gitbin": "git", + "gpgbin": "gpg", + "gpgflags": "", + "mflags": "", + "sortby": "votes", + "gitflags": "", + "removemake": "ask", + "requestsplitn": 150, + "sortmode": 0, + "completionrefreshtime": 7, + "sudoloop": false, + "timeupdate": false, + "devel": false, + "cleanAfter": false, + "gitclone": true, + "provides": true, + "pgpfetch": true, + "upgrademenu": true, + "cleanmenu": true, + "diffmenu": true, + "editmenu": false, + "combinedupgrade": false, + "useask": false +}