feat(yay): add yay config
This commit is contained in:
@@ -0,0 +1,50 @@
|
|||||||
|
{
|
||||||
|
"aururl": "https://aur.archlinux.org",
|
||||||
|
"aurrpcurl": "https://aur.archlinux.org/rpc?",
|
||||||
|
"buildDir": "/home/oscar/.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": "ask",
|
||||||
|
"sudobin": "sudo",
|
||||||
|
"sudoflags": "",
|
||||||
|
"version": "12.3.5",
|
||||||
|
"requestsplitn": 150,
|
||||||
|
"completionrefreshtime": 7,
|
||||||
|
"maxconcurrentdownloads": 1,
|
||||||
|
"bottomup": true,
|
||||||
|
"sudoloop": true,
|
||||||
|
"timeupdate": false,
|
||||||
|
"devel": false,
|
||||||
|
"cleanAfter": false,
|
||||||
|
"keepSrc": 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"
|
||||||
|
}
|
||||||
@@ -42,6 +42,7 @@ SYMLINKS=(
|
|||||||
".zshrc"
|
".zshrc"
|
||||||
".zsh_functions"
|
".zsh_functions"
|
||||||
".zsh_plugins.txt"
|
".zsh_plugins.txt"
|
||||||
|
".p10k.zsh"
|
||||||
".gtkrc-2.0"
|
".gtkrc-2.0"
|
||||||
".config/tmux"
|
".config/tmux"
|
||||||
".config/alacritty"
|
".config/alacritty"
|
||||||
@@ -53,6 +54,7 @@ SYMLINKS=(
|
|||||||
".config/lf"
|
".config/lf"
|
||||||
".config/gtk-3.0"
|
".config/gtk-3.0"
|
||||||
".config/gtk-4.0"
|
".config/gtk-4.0"
|
||||||
|
".config/yay"
|
||||||
".local/bin"
|
".local/bin"
|
||||||
".local/share/fonts"
|
".local/share/fonts"
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user