✨ feat(yay): added yay config
This commit is contained in:
parent
333c30a3fb
commit
a419b1822a
4 changed files with 55 additions and 2 deletions
3
.config/yay/.github/README.md
vendored
Normal file
3
.config/yay/.github/README.md
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
<div align="center">
|
||||
<a href=""><img src="./title.png"></a>
|
||||
</div>
|
BIN
.config/yay/.github/title.png
vendored
Normal file
BIN
.config/yay/.github/title.png
vendored
Normal file
Binary file not shown.
After Width: | Height: | Size: 19 KiB |
49
.config/yay/config.json
Normal file
49
.config/yay/config.json
Normal file
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"aururl": "https://aur.archlinux.org",
|
||||
"aurrpcurl": "https://aur.archlinux.org/rpc?",
|
||||
"buildDir": "/home/matt/.cache/yay",
|
||||
"editor": "nvim",
|
||||
"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.1.3",
|
||||
"requestsplitn": 150,
|
||||
"completionrefreshtime": 7,
|
||||
"maxconcurrentdownloads": 0,
|
||||
"bottomup": true,
|
||||
"sudoloop": false,
|
||||
"timeupdate": false,
|
||||
"devel": false,
|
||||
"cleanAfter": false,
|
||||
"provides": true,
|
||||
"pgpfetch": true,
|
||||
"cleanmenu": true,
|
||||
"diffmenu": true,
|
||||
"editmenu": true,
|
||||
"combinedupgrade": true,
|
||||
"useask": false,
|
||||
"batchinstall": false,
|
||||
"singlelineresults": false,
|
||||
"separatesources": true,
|
||||
"debug": false,
|
||||
"rpc": true,
|
||||
"doubleconfirm": true,
|
||||
"rebuild": "no"
|
||||
}
|
5
.github/README.md
vendored
5
.github/README.md
vendored
|
@ -30,8 +30,9 @@ Here is some _small_ information about my setup:
|
|||
<details>
|
||||
<summary><b>🐧 System</b></summary>
|
||||
|
||||
- **OS**: [Arch Linux](https://archlinux.org/) ([btw](https://www.reddit.com/r/archlinux/comments/6hv94x/has_anyone_seen_arch/))
|
||||
- **Package Manager**: [Pacman / Yay](https://github.com/Jguer/yay) ([Config](../.config/pacman/)) :gear:
|
||||
- **OS**: [Arch Linux](https://archlinux.org/) :sparkles: ([btw](https://www.reddit.com/r/archlinux/comments/6hv94x/has_anyone_seen_arch/))
|
||||
- **Package Manager**: [Pacman](https://wiki.archlinux.org/title/Pacman) ([Config](../.config/pacman/)) :gear:
|
||||
- **AUR Helper**: [yay](https://github.com/Jguer/yay) :sparkles: ([Config](../.config/yay/)) :gear:
|
||||
- **Window Manager**: [Hyprland](https://hyprland.org/) :sparkles: ([Config](../.config/hypr/)) :gear:
|
||||
- **Panel**: [Waybar](https://github.com/Alexays/Waybar) :sparkles: ([Config](../.config/waybar/)) :gear:
|
||||
- **Terminal Emulator**: [Kitty](https://sw.kovidgoyal.net/kitty/) :sparkles: ([Config](../.config/kitty/)) :gear:
|
||||
|
|
Loading…
Add table
Reference in a new issue