From 15e94d2694f8e84b0fa4454200c1c5bd0c449089 Mon Sep 17 00:00:00 2001 From: zsmith Date: Mon, 11 Aug 2025 09:26:05 -0500 Subject: Remove everything not Mac compatible --- yay/config.json | 50 -------------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 yay/config.json (limited to 'yay') 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" -} -- cgit v1.2.3