From 6761dc3070761ba99db7abdc601bbc7e0a02ebcf Mon Sep 17 00:00:00 2001 From: Matt Hunter Date: Mon, 26 Jan 2026 05:15:26 -0500 Subject: aerc: Add aerc mail client and config Also add xxd to the list of packages, as it's referenced in the new config files. This is actually an overdue addition to the list anyway, but as there is no package by that name on arch (it's provided by vim), comment it out. It's inclusion in the list should make it more obvious to other branches that may need to uncomment it. --- rice/install_pkgs.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rice/install_pkgs.sh') diff --git a/rice/install_pkgs.sh b/rice/install_pkgs.sh index a1f1f32..4b18f13 100755 --- a/rice/install_pkgs.sh +++ b/rice/install_pkgs.sh @@ -5,6 +5,7 @@ exit # user acpi +aerc alsa-utils curl feh @@ -26,6 +27,7 @@ unclutter unzip vim wget +#xxd # Xorg libxcb -- cgit v1.2.3