diff options
Diffstat (limited to 'yay')
-rw-r--r-- | yay/config.json | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/yay/config.json b/yay/config.json deleted file mode 100644 index 61f2d02..0000000 --- a/yay/config.json +++ /dev/null @@ -1,50 +0,0 @@ -{ - "aururl": "https://aur.archlinux.org", - "aurrpcurl": "https://aur.archlinux.org/rpc?", - "buildDir": "/home/zachir/.cache/yay", - "editor": "nvim", - "editorflags": "", - "makepkgbin": "makepkg", - "makepkgconf": "", - "pacmanbin": "pacman", - "pacmanconf": "/etc/pacman.conf", - "redownload": "no", - "answerclean": "All", - "answerdiff": "All", - "answeredit": "", - "answerupgrade": "", - "gitbin": "git", - "gpgbin": "gpg", - "gpgflags": "", - "mflags": "", - "sortby": "votes", - "searchby": "name-desc", - "gitflags": "", - "removemake": "yes", - "sudobin": "doas", - "sudoflags": "", - "version": "12.4.2", - "requestsplitn": 150, - "completionrefreshtime": 7, - "maxconcurrentdownloads": 1, - "bottomup": true, - "sudoloop": false, - "timeupdate": false, - "devel": false, - "cleanAfter": true, - "keepSrc": false, - "provides": true, - "pgpfetch": true, - "cleanmenu": true, - "diffmenu": true, - "editmenu": false, - "combinedupgrade": false, - "useask": false, - "batchinstall": false, - "singlelineresults": false, - "separatesources": true, - "debug": false, - "rpc": true, - "doubleconfirm": true, - "rebuild": "no" -} |