diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-04-15 15:02:59 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-04-15 15:02:59 +0200 |
commit | 8651bbf85e682bf0f8ae1ff5c40037a4b232e460 (patch) | |
tree | b27b9e2b5dc0a4258bbaa53dfee9f7e99de01432 /.config/paru/paru.conf | |
parent | d406e329e6612d8bcbc8625fa954d5a89244c75d (diff) |
paru package manager config
Diffstat (limited to '.config/paru/paru.conf')
-rw-r--r-- | .config/paru/paru.conf | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/.config/paru/paru.conf b/.config/paru/paru.conf new file mode 100644 index 0000000..a56f565 --- /dev/null +++ b/.config/paru/paru.conf @@ -0,0 +1,37 @@ +# +# $PARU_CONF +# /etc/paru.conf +# ~/.config/paru/paru.conf +# +# See the paru.conf(5) manpage for options + +# +# GENERAL OPTIONS +# +[options] +PgpFetch +Devel +Provides +DevelSuffixes = -git -cvs -svn -bzr -darcs -always +#AurOnly +BottomUp +#RemoveMake +#SudoLoop +#UseAsk +#CombinedUpgrade +#CleanAfter +#UpgradeMenu +#NewsOnUpgrade + +#LocalRepo +#Chroot +#Sign +#SignDb + +# +# Binary OPTIONS +# +[bin] +#FileManager = vifm +#MFlags = --skippgpcheck +Sudo = doas |