From 5e5a6ae1a819409f787b524c1546b05314540216 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Fri, 2 Jun 2023 20:54:37 -0400 Subject: pkg: Add additional packages to base system hexedit and ipython added as base tools. linux-headers has been popping up more often as a nice-to-have for drivers. xinput is often convenient for configuring end-systems. --- rice/install_pkgs.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rice/install_pkgs.sh b/rice/install_pkgs.sh index 96d1d55..9d51044 100755 --- a/rice/install_pkgs.sh +++ b/rice/install_pkgs.sh @@ -13,7 +13,9 @@ fish gdb gef git +hexedit htop +ipython netcat p7zip python-adblock @@ -31,6 +33,7 @@ lxrandr picom xorg-server xorg-xinit +xorg-xinput xorg-xset xorg-xsetroot @@ -40,6 +43,7 @@ base-devel dhcpcd linux linux-firmware +linux-headers man-db man-pages pacman-contrib -- cgit v1.2.3