Skip to content

Instantly share code, notes, and snippets.

@dracorp
Last active December 11, 2020 09:04
Show Gist options
  • Save dracorp/4df9fd36b7c399ac611ea98968c30ea2 to your computer and use it in GitHub Desktop.
Save dracorp/4df9fd36b7c399ac611ea98968c30ea2 to your computer and use it in GitHub Desktop.
Yay configuration
{
"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