diff options
| author | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-05 10:12:54 -0500 |
|---|---|---|
| committer | Mohammad Reza Karimi <m.r.karimi.j@gmail.com> | 2026-01-05 10:12:54 -0500 |
| commit | 39efa9d37e9374023550a98b5dcb9dced682a8dd (patch) | |
| tree | b8b9272b11a1af2d6a1248ce1dd3513899e675b4 /yay/dot-config | |
| parent | 06d1242317f7159ccf3014f0a1480e7c56236ebb (diff) | |
updates
Diffstat (limited to 'yay/dot-config')
| -rw-r--r-- | yay/dot-config/yay/config.json | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/yay/dot-config/yay/config.json b/yay/dot-config/yay/config.json new file mode 100644 index 0000000..7832854 --- /dev/null +++ b/yay/dot-config/yay/config.json @@ -0,0 +1,50 @@ +{ + "aururl": "https://aur.archlinux.org", + "aurrpcurl": "https://aur.archlinux.org/rpc?", + "buildDir": "/home/moreka/.cache/yay", + "editor": "nvim", + "editorflags": "", + "makepkgbin": "makepkg", + "makepkgconf": "", + "pacmanbin": "pacman", + "pacmanconf": "/etc/pacman.conf", + "redownload": "no", + "answerclean": "N", + "answerdiff": "", + "answeredit": "N", + "answerupgrade": "", + "gitbin": "git", + "gpgbin": "gpg", + "gpgflags": "", + "mflags": "", + "sortby": "votes", + "searchby": "name-desc", + "gitflags": "", + "removemake": "no", + "sudobin": "sudo", + "sudoflags": "", + "version": "12.5.7", + "requestsplitn": 150, + "completionrefreshtime": 7, + "maxconcurrentdownloads": 5, + "bottomup": false, + "sudoloop": false, + "timeupdate": false, + "devel": true, + "cleanAfter": false, + "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": false, + "rebuild": "no" +} |
