From 5aaa34c38f7ae4f3779bc64b0dd93cd4f4df6744 Mon Sep 17 00:00:00 2001 From: kevindirect <15056154+kevindirect@users.noreply.github.com> Date: Mon, 21 Dec 2020 18:35:54 -0800 Subject: [PATCH] always show diffs when installing from AUR --- .config/.gitignore | 1 + .config/yay/config.json | 43 +++++++++++++++++++++++++++++++++++++++++ .config/zsh/.gitignore | 2 ++ 3 files changed, 46 insertions(+) create mode 100644 .config/yay/config.json create mode 100644 .config/zsh/.gitignore diff --git a/.config/.gitignore b/.config/.gitignore index f4cfd6a..1bfcad4 100644 --- a/.config/.gitignore +++ b/.config/.gitignore @@ -31,6 +31,7 @@ !/rofi/** !/sxhkd/** !/tmux/** +!/yay/** !/zathura/** !/zsh/** !mimeapps.list diff --git a/.config/yay/config.json b/.config/yay/config.json new file mode 100644 index 0000000..d92054e --- /dev/null +++ b/.config/yay/config.json @@ -0,0 +1,43 @@ +{ + "aururl": "https://aur.archlinux.org", + "buildDir": "/home/kev/.cache/yay", + "absdir": "/home/kev/.cache/yay/abs", + "editor": "", + "editorflags": "", + "makepkgbin": "makepkg", + "makepkgconf": "", + "pacmanbin": "pacman", + "pacmanconf": "/etc/pacman.conf", + "redownload": "no", + "rebuild": "no", + "answerclean": "", + "answerdiff": "All", + "answeredit": "", + "answerupgrade": "", + "gitbin": "git", + "gpgbin": "gpg", + "gpgflags": "", + "mflags": "", + "sortby": "votes", + "searchby": "name-desc", + "gitflags": "", + "removemake": "ask", + "sudobin": "sudo", + "sudoflags": "", + "requestsplitn": 150, + "sortmode": 0, + "completionrefreshtime": 7, + "sudoloop": false, + "timeupdate": false, + "devel": false, + "cleanAfter": false, + "provides": true, + "pgpfetch": true, + "upgrademenu": true, + "cleanmenu": true, + "diffmenu": true, + "editmenu": false, + "combinedupgrade": false, + "useask": false, + "batchinstall": false +} diff --git a/.config/zsh/.gitignore b/.config/zsh/.gitignore new file mode 100644 index 0000000..584dd51 --- /dev/null +++ b/.config/zsh/.gitignore @@ -0,0 +1,2 @@ +.zcompdump +