Added yay config
This commit is contained in:
parent
b993bf63e9
commit
273c610634
@ -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
49
yay/config.json
Normal 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"
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user