diff options
| author | Jokler <jokler@protonmail.com> | 2020-06-22 03:04:22 +0200 |
|---|---|---|
| committer | Jokler <jokler@protonmail.com> | 2020-06-22 03:04:22 +0200 |
| commit | 3e9f7fe19d28eff0d18a94166367100c4f5454d3 (patch) | |
| tree | 42665788f89d942d2e6ae5c24239d786872db1f0 | |
| parent | 3a0182d0191b2aa8ddf09ac28ad70d242f638aa7 (diff) | |
| download | dotfiles-3e9f7fe19d28eff0d18a94166367100c4f5454d3.tar.gz dotfiles-3e9f7fe19d28eff0d18a94166367100c4f5454d3.zip | |
Add default pikaur config
| -rw-r--r-- | .config/pikaur.conf | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/.config/pikaur.conf b/.config/pikaur.conf new file mode 100644 index 0000000..45b0cc7 --- /dev/null +++ b/.config/pikaur.conf @@ -0,0 +1,42 @@ +[sync] +alwaysshowpkgorigin = no +develpkgsexpiration = 7 +upgradesorting = versiondiff +showdownloadsize = no +ignoreoutofdateaurupgrades = no + +[build] +keepbuilddir = no +keepdevbuilddir = yes +skipfailedbuild = no +alwaysusedynamicusers = no +keepbuilddeps = no + +[colors] +version = 10 +versiondiffold = 11 +versiondiffnew = 9 + +[ui] +requireenterconfirm = yes +printcommands = no +reversesearchsorting = no + +[misc] +sudoloopinterval = 59 +pacmanpath = pacman +privilegeescalationtool = sudo + +[network] +socks5proxy = +aururl = https://aur.archlinux.org +newsurl = https://www.archlinux.org/feeds/news/ + +[review] +noedit = no +donteditbydefault = no +nodiff = no +gitdiffargs = --ignore-space-change,--ignore-all-space +diffpager = auto +hidedifffiles = .SRCINFO + |
