Last active
December 11, 2020 09:04
-
-
Save dracorp/4df9fd36b7c399ac611ea98968c30ea2 to your computer and use it in GitHub Desktop.
Yay configuration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"aururl": "https://aur.archlinux.org", | |
"buildDir": "$HOME/.cache/yay/", | |
"absdir": "$HOME/.cache/yay/abs", | |
"editor": "vim", | |
"editorflags": "", | |
"makepkgbin": "/usr/bin/makepkg", | |
"makepkgconf": "", | |
"pacmanbin": "/usr/bin/pacman", | |
"pacmanconf": "/etc/pacman.conf", | |
"redownload": "no", | |
"rebuild": "no", | |
"answerclean": "None", | |
"answerdiff": "None", | |
"answeredit": "", | |
"answerupgrade": "", | |
"gitbin": "git", | |
"gpgbin": "gpg", | |
"gpgflags": "", | |
"mflags": "", | |
"sortby": "votes", | |
"searchby": "name-desc", | |
"gitflags": "", | |
"removemake": "ask", | |
"sudobin": "sudo", | |
"sudoflags": "", | |
"requestsplitn": 150, | |
"sortmode": 0, | |
"completionrefreshtime": 7, | |
"sudoloop": false, | |
"timeupdate": true, | |
"devel": false, | |
"cleanAfter": false, | |
"provides": true, | |
"pgpfetch": true, | |
"upgrademenu": true, | |
"cleanmenu": true, | |
"diffmenu": false, | |
"editmenu": false, | |
"combinedupgrade": false, | |
"useask": false, | |
"batchinstall": false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment