Restore Installed Applications
pacman -Qqe > pkglist.txtRegular repo
bash -c "comm -12 <(pacman -Slq | sort) <(sort pkglist.txt)" > native.txtpacman -S - < native.txtAUR
pacman -Qmq > aur.txtpacaur -S - < aur.txtLast updated
pacman -Qqe > pkglist.txtbash -c "comm -12 <(pacman -Slq | sort) <(sort pkglist.txt)" > native.txtpacman -S - < native.txtpacman -Qmq > aur.txtpacaur -S - < aur.txtLast updated