From 29b5169f846914c227c32ebe15e4ae7807865389 Mon Sep 17 00:00:00 2001 From: Arti Zirk Date: Wed, 6 Sep 2023 11:12:23 +0300 Subject: [PATCH] Add yay config --- .config/yay/config.json | 49 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 .config/yay/config.json diff --git a/.config/yay/config.json b/.config/yay/config.json new file mode 100644 index 0000000..0c7c266 --- /dev/null +++ b/.config/yay/config.json @@ -0,0 +1,49 @@ +{ + "aururl": "https://aur.archlinux.org", + "aurrpcurl": "https://aur.archlinux.org/rpc?", + "buildDir": "/home/arti/.cache/yay", + "editor": "", + "editorflags": "", + "makepkgbin": "makepkg", + "makepkgconf": "", + "pacmanbin": "pacman", + "pacmanconf": "/etc/pacman.conf", + "redownload": "no", + "answerclean": "", + "answerdiff": "", + "answeredit": "", + "answerupgrade": "", + "gitbin": "git", + "gpgbin": "gpg", + "gpgflags": "", + "mflags": "", + "sortby": "votes", + "searchby": "name-desc", + "gitflags": "", + "removemake": "ask", + "sudobin": "sudo", + "sudoflags": "", + "version": "12.1.2", + "requestsplitn": 150, + "completionrefreshtime": 7, + "maxconcurrentdownloads": 0, + "bottomup": true, + "sudoloop": false, + "timeupdate": false, + "devel": false, + "cleanAfter": false, + "provides": true, + "pgpfetch": true, + "cleanmenu": true, + "diffmenu": true, + "editmenu": false, + "combinedupgrade": false, + "useask": false, + "batchinstall": false, + "singlelineresults": false, + "separatesources": true, + "debug": false, + "rpc": true, + "doubleconfirm": true, + "rebuild": "no" +}