diff options
author | zachir <zachir@librem.one> | 2022-10-05 22:00:32 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2022-10-05 22:00:32 -0500 |
commit | f39d735e2ba625a31a7dbf6fb8bdd62501379ad1 (patch) | |
tree | d17c96714c930e0b8bc75616cc9c81b961ed5aa0 /paru |
Initial Commit
Diffstat (limited to 'paru')
-rw-r--r-- | paru/paru.conf | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/paru/paru.conf b/paru/paru.conf new file mode 100644 index 0000000..8932c55 --- /dev/null +++ b/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 = lf +#MFlags = --skippgpcheck +Sudo = doas |