Skip to content

Commit

Permalink
always show diffs when installing from AUR
Browse files Browse the repository at this point in the history
  • Loading branch information
kpa28-git committed Dec 22, 2020
1 parent 8e9bd52 commit 5aaa34c
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 0 deletions.
1 change: 1 addition & 0 deletions .config/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
!/rofi/**
!/sxhkd/**
!/tmux/**
!/yay/**
!/zathura/**
!/zsh/**
!mimeapps.list
Expand Down
43 changes: 43 additions & 0 deletions .config/yay/config.json
Original file line number Diff line number Diff line change
@@ -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
}
2 changes: 2 additions & 0 deletions .config/zsh/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.zcompdump

0 comments on commit 5aaa34c

Please sign in to comment.