dotfiles/home/default/scripts/list-packages

5 lines
111 B
Plaintext
Raw Normal View History

2023-10-16 09:24:46 -04:00
#!/usr/bin/env bash
set -eou pipefail
2024-11-02 15:38:09 -04:00
sudo bash -c 'echo $(pacman -Qqe) | tr " " "\n" | sort > /packages.txt'