diff options
Diffstat (limited to 'yay')
-rw-r--r-- | yay/config.json | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/yay/config.json b/yay/config.json new file mode 100644 index 0000000..21bab87 --- /dev/null +++ b/yay/config.json @@ -0,0 +1,43 @@ +{ + "aururl": "https://aur.archlinux.org", + "buildDir": "$HOME/.cache/yay", + "absdir": "$HOME/.cache/yay/abs", + "editor": "nvim", + "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": "votes", + "searchby": "name-desc", + "gitflags": "", + "removemake": "ask", + "sudobin": "doas", + "sudoflags": "", + "requestsplitn": 150, + "sortmode": 0, + "completionrefreshtime": 7, + "sudoloop": false, + "timeupdate": false, + "devel": false, + "cleanAfter": false, + "provides": true, + "pgpfetch": true, + "upgrademenu": true, + "cleanmenu": true, + "diffmenu": true, + "editmenu": true, + "combinedupgrade": false, + "useask": false, + "batchinstall": false +} |