diff --git a/.config/yay/.github/README.md b/.config/yay/.github/README.md new file mode 100644 index 00000000..affa9d51 --- /dev/null +++ b/.config/yay/.github/README.md @@ -0,0 +1,3 @@ +
+ +
diff --git a/.config/yay/.github/title.png b/.config/yay/.github/title.png new file mode 100644 index 00000000..cc277541 Binary files /dev/null and b/.config/yay/.github/title.png differ diff --git a/.config/yay/config.json b/.config/yay/config.json new file mode 100644 index 00000000..48ce66ec --- /dev/null +++ b/.config/yay/config.json @@ -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" +} diff --git a/.github/README.md b/.github/README.md index 4ecdac31..0af8503c 100644 --- a/.github/README.md +++ b/.github/README.md @@ -30,8 +30,9 @@ Here is some _small_ information about my setup:
🐧 System -- **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: