diff --git a/.config/yay/config.json b/.config/yay/config.json new file mode 100644 index 0000000..e0fe377 --- /dev/null +++ b/.config/yay/config.json @@ -0,0 +1,43 @@ +{ + "aururl": "https://aur.archlinux.org", + "buildDir": "/home/janek/.cache/yay", + "absdir": "/home/janek/.cache/yay/abs", + "editor": "", + "editorflags": "", + "makepkgbin": "makepkg", + "makepkgconf": "", + "pacmanbin": "pacman", + "pacmanconf": "/etc/pacman.conf", + "redownload": "no", + "rebuild": "no", + "answerclean": "", + "answerdiff": "", + "answeredit": "", + "answerupgrade": "", + "gitbin": "git", + "gpgbin": "gpg", + "gpgflags": "", + "mflags": "", + "sortby": "popularity", + "searchby": "name-desc", + "gitflags": "", + "removemake": "ask", + "sudobin": "sudo", + "sudoflags": "", + "requestsplitn": 150, + "sortmode": 0, + "completionrefreshtime": 7, + "sudoloop": false, + "timeupdate": false, + "devel": false, + "cleanAfter": false, + "provides": true, + "pgpfetch": true, + "upgrademenu": false, + "cleanmenu": false, + "diffmenu": true, + "editmenu": false, + "combinedupgrade": false, + "useask": false, + "batchinstall": true +}