summaryrefslogtreecommitdiff
path: root/yay
diff options
context:
space:
mode:
Diffstat (limited to 'yay')
-rw-r--r--yay/config.json29
1 files changed, 18 insertions, 11 deletions
diff --git a/yay/config.json b/yay/config.json
index 0e764be..2b64b70 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,8 +9,7 @@
"pacmanbin": "pacman",
"pacmanconf": "/etc/pacman.conf",
"redownload": "no",
- "rebuild": "no",
- "answerclean": "",
+ "answerclean": "All",
"answerdiff": "",
"answeredit": "",
"answerupgrade": "",
@@ -21,23 +20,31 @@
"sortby": "votes",
"searchby": "name-desc",
"gitflags": "",
- "removemake": "ask",
+ "removemake": "yes",
"sudobin": "sudo",
"sudoflags": "",
+ "version": "12.4.2",
"requestsplitn": 150,
- "sortmode": 0,
"completionrefreshtime": 7,
- "sudoloop": false,
+ "maxconcurrentdownloads": 1,
+ "bottomup": true,
+ "sudoloop": true,
"timeupdate": false,
"devel": false,
- "cleanAfter": false,
+ "cleanAfter": true,
+ "keepSrc": false,
"provides": true,
"pgpfetch": true,
- "upgrademenu": true,
"cleanmenu": true,
- "diffmenu": true,
+ "diffmenu": false,
"editmenu": true,
"combinedupgrade": false,
"useask": false,
- "batchinstall": false
+ "batchinstall": false,
+ "singlelineresults": false,
+ "separatesources": true,
+ "debug": false,
+ "rpc": true,
+ "doubleconfirm": true,
+ "rebuild": "no"
}