improve install of arch packages

This commit is contained in:
c0de 2021-01-17 20:03:39 -06:00
parent 1f09988864
commit f107d11d9b
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
# packages, and another for any packages that come from AUR.
# This can be used as a reference, or to reinstall packages with:
# `cat pacman.lst | xargs pacman -S --needed --noconfirm` and
# `cat pacman_aur.lst | xargs yay -S --needed --noconfirm`
# `pacman -S --needed --noconfirm $(cat pacman.lst) and`
# `yay -S --needed --noconfirm $(cat pacman_aur.lst)`
# (assuming yay is your AUR helper)
pacman -Qqe | grep -v "$(pacman -Qqm)" > pacman.lst