diff options
author | GitIR <git@zachir.xyz> | 2025-08-13 17:36:31 -0500 |
---|---|---|
committer | GitIR <git@zachir.xyz> | 2025-08-13 17:36:31 -0500 |
commit | f1b0dd12663867863f58db2d5735cdb3cc84da04 (patch) | |
tree | 2c9d38e6ccd82721090c7030766f91eaf36a82a5 /yay | |
parent | 2666a2d597f5fb4222142a5ce147546cf588887a (diff) | |
parent | c0ee1d4b5dbd37b05947ffcc584c0834d523626d (diff) |
Merge branch 'master' into rai-master
Diffstat (limited to 'yay')
-rw-r--r-- | yay/config.json | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/yay/config.json b/yay/config.json index 21bab87..61f2d02 100644 --- a/yay/config.json +++ b/yay/config.json @@ -1,7 +1,7 @@ { "aururl": "https://aur.archlinux.org", - "buildDir": "$HOME/.cache/yay", - "absdir": "$HOME/.cache/yay/abs", + "aurrpcurl": "https://aur.archlinux.org/rpc?", + "buildDir": "/home/zachir/.cache/yay", "editor": "nvim", "editorflags": "", "makepkgbin": "makepkg", @@ -9,9 +9,8 @@ "pacmanbin": "pacman", "pacmanconf": "/etc/pacman.conf", "redownload": "no", - "rebuild": "no", - "answerclean": "", - "answerdiff": "", + "answerclean": "All", + "answerdiff": "All", "answeredit": "", "answerupgrade": "", "gitbin": "git", @@ -21,23 +20,31 @@ "sortby": "votes", "searchby": "name-desc", "gitflags": "", - "removemake": "ask", + "removemake": "yes", "sudobin": "doas", "sudoflags": "", + "version": "12.4.2", "requestsplitn": 150, - "sortmode": 0, "completionrefreshtime": 7, + "maxconcurrentdownloads": 1, + "bottomup": true, "sudoloop": false, "timeupdate": false, "devel": false, - "cleanAfter": false, + "cleanAfter": true, + "keepSrc": false, "provides": true, "pgpfetch": true, - "upgrademenu": true, "cleanmenu": true, "diffmenu": true, - "editmenu": true, + "editmenu": false, "combinedupgrade": false, "useask": false, - "batchinstall": false + "batchinstall": false, + "singlelineresults": false, + "separatesources": true, + "debug": false, + "rpc": true, + "doubleconfirm": true, + "rebuild": "no" } |