dotfiles/.config/yay/config.json

41 lines
848 B
JSON
Raw Normal View History

2018-05-15 22:30:13 +02:00
{
2018-11-30 22:00:19 +01:00
"aururl": "https://aur.archlinux.org",
2018-05-15 22:30:13 +02:00
"buildDir": "/home/breizh/.cache/yay",
"editor": "vim",
"editorflags": "",
"makepkgbin": "/usr/bin/makepkg",
2018-11-30 22:00:19 +01:00
"makepkgconf": "",
2018-05-15 22:30:13 +02:00
"pacmanbin": "/usr/bin/pacman",
"pacmanconf": "/etc/pacman.conf",
"tarbin": "/usr/bin/bsdtar",
"redownload": "no",
"rebuild": "no",
"answerclean": "",
2018-11-30 22:00:19 +01:00
"answerdiff": "",
2018-05-15 22:30:13 +02:00
"answeredit": "",
"answerupgrade": "",
"gitbin": "git",
"gpgbin": "gpg",
"gpgflags": "",
"mflags": "",
"sortby": "name",
"gitflags": "",
2019-06-13 20:12:29 +02:00
"removemake": "yes",
2018-05-15 22:30:13 +02:00
"requestsplitn": 50,
2018-11-30 22:00:19 +01:00
"sortmode": 0,
"completionrefreshtime": 7,
2018-05-15 22:30:13 +02:00
"sudoloop": true,
2019-06-13 20:12:29 +02:00
"timeupdate": false,
2018-05-15 22:30:13 +02:00
"devel": false,
"cleanAfter": false,
2018-11-30 22:00:19 +01:00
"gitclone": true,
"provides": true,
"pgpfetch": true,
"upgrademenu": true,
"cleanmenu": true,
2019-06-13 20:12:29 +02:00
"diffmenu": false,
"editmenu": true,
2018-11-30 22:00:19 +01:00
"combinedupgrade": true,
"useask": false
2020-04-18 01:44:01 +02:00
}