booty.conf 164 B

123456
  1. UPDATECMD="sudo pacman -Syyu"
  2. PROGFILES="base.txt pacman.txt aur.txt git.txt"
  3. PACMAN="sudo pacman --noconfirm --needed -S"
  4. AUR="yay -S --noconfirm"
  5. GIT="git clone"