mirror of
https://github.com/artizirk/dotfiles.git
synced 2024-11-22 00:10:59 +02:00
Add yay config
This commit is contained in:
parent
94af8a6a2d
commit
29b5169f84
49
.config/yay/config.json
Normal file
49
.config/yay/config.json
Normal file
@ -0,0 +1,49 @@
|
||||
{
|
||||
"aururl": "https://aur.archlinux.org",
|
||||
"aurrpcurl": "https://aur.archlinux.org/rpc?",
|
||||
"buildDir": "/home/arti/.cache/yay",
|
||||
"editor": "",
|
||||
"editorflags": "",
|
||||
"makepkgbin": "makepkg",
|
||||
"makepkgconf": "",
|
||||
"pacmanbin": "pacman",
|
||||
"pacmanconf": "/etc/pacman.conf",
|
||||
"redownload": "no",
|
||||
"answerclean": "",
|
||||
"answerdiff": "",
|
||||
"answeredit": "",
|
||||
"answerupgrade": "",
|
||||
"gitbin": "git",
|
||||
"gpgbin": "gpg",
|
||||
"gpgflags": "",
|
||||
"mflags": "",
|
||||
"sortby": "votes",
|
||||
"searchby": "name-desc",
|
||||
"gitflags": "",
|
||||
"removemake": "ask",
|
||||
"sudobin": "sudo",
|
||||
"sudoflags": "",
|
||||
"version": "12.1.2",
|
||||
"requestsplitn": 150,
|
||||
"completionrefreshtime": 7,
|
||||
"maxconcurrentdownloads": 0,
|
||||
"bottomup": true,
|
||||
"sudoloop": false,
|
||||
"timeupdate": false,
|
||||
"devel": false,
|
||||
"cleanAfter": false,
|
||||
"provides": true,
|
||||
"pgpfetch": true,
|
||||
"cleanmenu": true,
|
||||
"diffmenu": true,
|
||||
"editmenu": false,
|
||||
"combinedupgrade": false,
|
||||
"useask": false,
|
||||
"batchinstall": false,
|
||||
"singlelineresults": false,
|
||||
"separatesources": true,
|
||||
"debug": false,
|
||||
"rpc": true,
|
||||
"doubleconfirm": true,
|
||||
"rebuild": "no"
|
||||
}
|
Loading…
Reference in New Issue
Block a user