Aggiunta file di configurazione di yay.
This commit is contained in:
parent
f91cc72b82
commit
9272408df3
1 changed files with 50 additions and 0 deletions
50
yay/config.json
Normal file
50
yay/config.json
Normal file
|
@ -0,0 +1,50 @@
|
||||||
|
{
|
||||||
|
"aururl": "https://aur.archlinux.org",
|
||||||
|
"aurrpcurl": "https://aur.archlinux.org/rpc?",
|
||||||
|
"buildDir": "/home/syntaxerrormmm/.cache/yay",
|
||||||
|
"editor": "",
|
||||||
|
"editorflags": "",
|
||||||
|
"makepkgbin": "makepkg",
|
||||||
|
"makepkgconf": "",
|
||||||
|
"pacmanbin": "pacman",
|
||||||
|
"pacmanconf": "/etc/pacman.conf",
|
||||||
|
"redownload": "no",
|
||||||
|
"answerclean": "y",
|
||||||
|
"answerdiff": "n",
|
||||||
|
"answeredit": "n",
|
||||||
|
"answerupgrade": "y",
|
||||||
|
"gitbin": "git",
|
||||||
|
"gpgbin": "gpg",
|
||||||
|
"gpgflags": "",
|
||||||
|
"mflags": "",
|
||||||
|
"sortby": "votes",
|
||||||
|
"searchby": "name-desc",
|
||||||
|
"gitflags": "",
|
||||||
|
"removemake": "ask",
|
||||||
|
"sudobin": "sudo",
|
||||||
|
"sudoflags": "",
|
||||||
|
"version": "12.4.2",
|
||||||
|
"requestsplitn": 150,
|
||||||
|
"completionrefreshtime": 7,
|
||||||
|
"maxconcurrentdownloads": 1,
|
||||||
|
"bottomup": true,
|
||||||
|
"sudoloop": false,
|
||||||
|
"timeupdate": false,
|
||||||
|
"devel": false,
|
||||||
|
"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": true,
|
||||||
|
"rebuild": "no"
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue