config/yay: add yay config
This commit is contained in:
parent
55699c3d45
commit
3007b5d9c0
|
@ -0,0 +1,43 @@
|
|||
{
|
||||
"aururl": "https://aur.archlinux.org",
|
||||
"buildDir": "/home/janek/.cache/yay",
|
||||
"absdir": "/home/janek/.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": "popularity",
|
||||
"searchby": "name-desc",
|
||||
"gitflags": "",
|
||||
"removemake": "ask",
|
||||
"sudobin": "sudo",
|
||||
"sudoflags": "",
|
||||
"requestsplitn": 150,
|
||||
"sortmode": 0,
|
||||
"completionrefreshtime": 7,
|
||||
"sudoloop": false,
|
||||
"timeupdate": false,
|
||||
"devel": false,
|
||||
"cleanAfter": false,
|
||||
"provides": true,
|
||||
"pgpfetch": true,
|
||||
"upgrademenu": false,
|
||||
"cleanmenu": false,
|
||||
"diffmenu": true,
|
||||
"editmenu": false,
|
||||
"combinedupgrade": false,
|
||||
"useask": false,
|
||||
"batchinstall": true
|
||||
}
|
Loading…
Reference in New Issue