paru -> aura

This commit is contained in:
Ahurac 2024-03-04 13:49:40 +01:00
parent 71fe71fd2b
commit 2068f240ac
4 changed files with 7 additions and 45 deletions

View file

@ -0,0 +1,6 @@
#!/bin/sh -ex
aura -Scc
aura -Fy
aura -Syu
aura -Au --devel
aura -Qdtq | aura -Rns -

View file

@ -1,5 +0,0 @@
#!/bin/sh -ex
paru -Scc
paru -Fy
paru -Syu --devel
paru -Qdtq | paru -Rns -

View file

@ -1,39 +0,0 @@
#
# $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

View file

@ -1 +1 @@
alias pm=paru
alias pm=aura