dotfiles/.config/yay/config.json

42 lines
835 B
JSON
Raw Normal View History

2020-11-12 08:53:10 +00:00
{
"aururl": "https://aur.archlinux.org",
"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": "popularity",
"searchby": "name-desc",
"gitflags": "",
"removemake": "ask",
"sudobin": "sudo",
"sudoflags": "",
"requestsplitn": 150,
"sortmode": 0,
"completionrefreshtime": 7,
2021-09-18 20:03:34 +00:00
"sudoloop": true,
2020-11-12 08:53:10 +00:00
"timeupdate": false,
"devel": false,
"cleanAfter": false,
"provides": true,
"pgpfetch": true,
"upgrademenu": false,
"cleanmenu": false,
"diffmenu": true,
"editmenu": false,
2021-09-27 09:18:37 +00:00
"combinedupgrade": true,
2020-11-12 08:53:10 +00:00
"useask": false,
2021-09-27 09:18:37 +00:00
"batchinstall": false
2020-11-12 08:53:10 +00:00
}