Add script to save packages installed

This commit is contained in:
RealStickman 2021-05-31 10:53:49 +02:00
parent 82ad270b2c
commit 911bdf1538

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
set -euo pipefail
##################################################
####### Save explicitly installed packages #######
##################################################
pacman -Qeq > "$HOME/GitProjects/setup/packages/"$(hostname)"-packages.txt"