mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2025-05-24 11:04:41 +02:00
[pacaur->yay] replace pacaur with yay (aur-helpers)
This commit is contained in:
parent
ec19b0fc0f
commit
680c723a99
4 changed files with 44 additions and 22 deletions
40
yay/config.json
Normal file
40
yay/config.json
Normal file
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"aururl": "https://aur.archlinux.org",
|
||||
"buildDir": "$HOME/.cache/yay",
|
||||
"editor": "",
|
||||
"editorflags": "",
|
||||
"makepkgbin": "makepkg",
|
||||
"makepkgconf": "",
|
||||
"pacmanbin": "pacman",
|
||||
"pacmanconf": "/etc/pacman.conf",
|
||||
"tarbin": "bsdtar",
|
||||
"redownload": "no",
|
||||
"rebuild": "no",
|
||||
"answerclean": "",
|
||||
"answerdiff": "",
|
||||
"answeredit": "",
|
||||
"answerupgrade": "",
|
||||
"gitbin": "git",
|
||||
"gpgbin": "gpg",
|
||||
"gpgflags": "",
|
||||
"mflags": "",
|
||||
"sortby": "votes",
|
||||
"gitflags": "",
|
||||
"removemake": "ask",
|
||||
"requestsplitn": 150,
|
||||
"sortmode": 0,
|
||||
"completionrefreshtime": 7,
|
||||
"sudoloop": false,
|
||||
"timeupdate": false,
|
||||
"devel": false,
|
||||
"cleanAfter": false,
|
||||
"gitclone": true,
|
||||
"provides": true,
|
||||
"pgpfetch": true,
|
||||
"upgrademenu": true,
|
||||
"cleanmenu": false,
|
||||
"diffmenu": false,
|
||||
"editmenu": false,
|
||||
"combinedupgrade": false,
|
||||
"useask": false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue