diff options
author | Freya Murphy <freya@freyacat.org> | 2024-04-09 18:18:55 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-04-09 18:18:55 -0400 |
commit | 376a549acaa0bb2856297ab46f2d7a6304dcbbc4 (patch) | |
tree | 34ba381d52a4528b4a5ce615fecff84a3ec10d48 /.rootparu.conf | |
parent | hi (diff) | |
download | dotfiles-arch-376a549acaa0bb2856297ab46f2d7a6304dcbbc4.tar.gz dotfiles-arch-376a549acaa0bb2856297ab46f2d7a6304dcbbc4.tar.bz2 dotfiles-arch-376a549acaa0bb2856297ab46f2d7a6304dcbbc4.zip |
a
Diffstat (limited to '.rootparu.conf')
-rw-r--r-- | .rootparu.conf/paru.conf | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/.rootparu.conf/paru.conf b/.rootparu.conf/paru.conf new file mode 100644 index 0000000..42be879 --- /dev/null +++ b/.rootparu.conf/paru.conf @@ -0,0 +1,39 @@ +# +# $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 -hg -fossil +#AurOnly +#BottomUp +#RemoveMake +#SudoLoop +#UseAsk +#SaveChanges +#CombinedUpgrade +#CleanAfter +#UpgradeMenu +#NewsOnUpgrade + +#LocalRepo +#Chroot +#Sign +#SignDb +#KeepRepoCache + +# +# Binary OPTIONS +# +[bin] +#FileManager = vifm +#MFlags = --skippgpcheck +Sudo = doas |