This commit is contained in:
lif
2026-04-22 23:23:40 +01:00
commit e0c93997e2
6 changed files with 426 additions and 0 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
pkg:
# explicitly installed packages from official repos only
pacman -Qqen > ./packages/pkgs.txt
# explicitly installed AUR/foreign packages only
pacman -Qqem > ./packages/aur-pkgs.txt