diff options
author | zachir <zachir@librem.one> | 2022-10-05 22:00:32 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2022-10-05 22:00:32 -0500 |
commit | f39d735e2ba625a31a7dbf6fb8bdd62501379ad1 (patch) | |
tree | d17c96714c930e0b8bc75616cc9c81b961ed5aa0 /yay |
Initial Commit
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 +} |