summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2024-09-20 15:25:42 +0200
committerMarc Vertes <mvertes@free.fr>2024-09-20 15:25:42 +0200
commit4fc3fb1fb1b7f3d4df6c86b45615139c3d9263ed (patch)
tree8a67e53aa16fb7382897a46d16239991cec1d682
parent4dbdd1560aaf915b6f9072a5599975cff4c0aa26 (diff)
add yay config
-rw-r--r--.config/yay/config.json50
1 files changed, 50 insertions, 0 deletions
diff --git a/.config/yay/config.json b/.config/yay/config.json
new file mode 100644
index 0000000..f330f41
--- /dev/null
+++ b/.config/yay/config.json
@@ -0,0 +1,50 @@
+{
+ "aururl": "https://aur.archlinux.org",
+ "aurrpcurl": "https://aur.archlinux.org/rpc?",
+ "buildDir": "/home/marc/.cache/yay",
+ "editor": "",
+ "editorflags": "",
+ "makepkgbin": "makepkg",
+ "makepkgconf": "",
+ "pacmanbin": "pacman",
+ "pacmanconf": "/etc/pacman.conf",
+ "redownload": "no",
+ "answerclean": "yes",
+ "answerdiff": "yes",
+ "answeredit": "",
+ "answerupgrade": "",
+ "gitbin": "git",
+ "gpgbin": "gpg",
+ "gpgflags": "",
+ "mflags": "",
+ "sortby": "votes",
+ "searchby": "name-desc",
+ "gitflags": "",
+ "removemake": "ask",
+ "sudobin": "sudo",
+ "sudoflags": "",
+ "version": "12.3.5",
+ "requestsplitn": 150,
+ "completionrefreshtime": 7,
+ "maxconcurrentdownloads": 1,
+ "bottomup": true,
+ "sudoloop": false,
+ "timeupdate": false,
+ "devel": false,
+ "cleanAfter": true,
+ "keepSrc": false,
+ "provides": true,
+ "pgpfetch": true,
+ "cleanmenu": true,
+ "diffmenu": true,
+ "editmenu": false,
+ "combinedupgrade": true,
+ "useask": false,
+ "batchinstall": false,
+ "singlelineresults": false,
+ "separatesources": true,
+ "debug": false,
+ "rpc": true,
+ "doubleconfirm": true,
+ "rebuild": "no"
+}