diff --git a/deploy.sh b/deploy.sh index eae1403..068edc9 100755 --- a/deploy.sh +++ b/deploy.sh @@ -61,6 +61,9 @@ for option in "$@"; do [ ! -d "$HOME/.local/bin" ] && mkdir -p "$HOME/.local/bin" cp scripts/* "$HOME/.local/bin" ;; + yay) + link "$PWD/yay/config.json" "$HOME/.config/yay/config.json" + ;; help) help ;; diff --git a/yay/config.json b/yay/config.json new file mode 100644 index 0000000..fe2654a --- /dev/null +++ b/yay/config.json @@ -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" +}