]> git.rmz.io Git - dotfiles.git/blobdiff - yay/config.json
yay: Initial config
[dotfiles.git] / yay / config.json
diff --git a/yay/config.json b/yay/config.json
new file mode 100644 (file)
index 0000000..ff117f0
--- /dev/null
@@ -0,0 +1,40 @@
+{
+       "aururl": "https://aur.archlinux.org",
+       "buildDir": "/home/sb/.cache/yay",
+       "editor": "",
+       "editorflags": "",
+       "makepkgbin": "makepkg",
+       "makepkgconf": "",
+       "pacmanbin": "pacman",
+       "pacmanconf": "/etc/pacman.conf",
+       "tarbin": "bsdtar",
+       "redownload": "no",
+       "rebuild": "no",
+       "answerclean": "",
+       "answerdiff": "",
+       "answeredit": "",
+       "answerupgrade": "",
+       "gitbin": "git",
+       "gpgbin": "gpg",
+       "gpgflags": "",
+       "mflags": "",
+       "sortby": "votes",
+       "gitflags": "",
+       "removemake": "ask",
+       "requestsplitn": 150,
+       "sortmode": 0,
+       "completionrefreshtime": 7,
+       "sudoloop": false,
+       "timeupdate": false,
+       "devel": false,
+       "cleanAfter": false,
+       "gitclone": true,
+       "provides": true,
+       "pgpfetch": true,
+       "upgrademenu": true,
+       "cleanmenu": true,
+       "diffmenu": true,
+       "editmenu": false,
+       "combinedupgrade": false,
+       "useask": false
+}