Added yay config

This commit is contained in:
Johannes Olzem 2024-04-01 17:46:55 +02:00
parent b993bf63e9
commit 273c610634
Signed by: jolzem
GPG Key ID: DB5485828E95A447
2 changed files with 52 additions and 0 deletions

View File

@ -61,6 +61,9 @@ for option in "$@"; do
[ ! -d "$HOME/.local/bin" ] && mkdir -p "$HOME/.local/bin" [ ! -d "$HOME/.local/bin" ] && mkdir -p "$HOME/.local/bin"
cp scripts/* "$HOME/.local/bin" cp scripts/* "$HOME/.local/bin"
;; ;;
yay)
link "$PWD/yay/config.json" "$HOME/.config/yay/config.json"
;;
help) help)
help help
;; ;;

49
yay/config.json Normal file
View File

@ -0,0 +1,49 @@
{
"aururl": "https://aur.archlinux.org",
"aurrpcurl": "https://aur.archlinux.org/rpc?",
"buildDir": "/home/johannes/.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": "yes",
"sudobin": "doas",
"sudoflags": "",
"version": "12.1.0",
"requestsplitn": 150,
"completionrefreshtime": 7,
"maxconcurrentdownloads": 0,
"bottomup": true,
"sudoloop": false,
"timeupdate": false,
"devel": true,
"cleanAfter": false,
"provides": true,
"pgpfetch": true,
"cleanmenu": true,
"diffmenu": true,
"editmenu": false,
"combinedupgrade": true,
"useask": false,
"batchinstall": false,
"singlelineresults": false,
"separatesources": true,
"debug": false,
"rpc": true,
"doubleconfirm": true,
"rebuild": "no"
}