summaryrefslogtreecommitdiff
path: root/home/.config/yay/config.json
diff options
context:
space:
mode:
authorBotond Hende <nettingman@gmail.com>2024-04-14 06:38:49 +0200
committerBotond Hende <nettingman@gmail.com>2024-04-14 06:38:49 +0200
commit0221492f62bcc1b766c2a4d5dbe26f6ff2ed8bc2 (patch)
treef91b7ada571a4dab7ae99c8f3ee252616baff2db /home/.config/yay/config.json
squashed init
Diffstat (limited to 'home/.config/yay/config.json')
-rw-r--r--home/.config/yay/config.json44
1 files changed, 44 insertions, 0 deletions
diff --git a/home/.config/yay/config.json b/home/.config/yay/config.json
new file mode 100644
index 0000000..547ecf3
--- /dev/null
+++ b/home/.config/yay/config.json
@@ -0,0 +1,44 @@
+{
+ "aururl": "https://aur.archlinux.org",
+ "buildDir": "/home/wazul/.cache/yay",
+ "absdir": "/home/wazul/.cache/yay/abs",
+ "editor": "",
+ "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": "sudo",
+ "sudoflags": "",
+ "requestsplitn": 150,
+ "sortmode": 0,
+ "completionrefreshtime": 7,
+ "bottomup": true,
+ "sudoloop": false,
+ "timeupdate": false,
+ "devel": true,
+ "cleanAfter": false,
+ "provides": true,
+ "pgpfetch": true,
+ "upgrademenu": true,
+ "cleanmenu": true,
+ "diffmenu": true,
+ "editmenu": false,
+ "combinedupgrade": false,
+ "useask": false,
+ "batchinstall": false
+}