diff options
author | Malfurious <m@lfurio.us> | 2023-06-02 20:54:37 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2023-06-02 20:54:37 -0400 |
commit | 5e5a6ae1a819409f787b524c1546b05314540216 (patch) | |
tree | 72b1fd284f5935042a48e341c236cb121f14611d | |
parent | f6d8c68dec2a344bdae77bcc71d85c54787c9b43 (diff) | |
download | rice-5e5a6ae1a819409f787b524c1546b05314540216.tar.gz rice-5e5a6ae1a819409f787b524c1546b05314540216.zip |
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.
-rwxr-xr-x | rice/install_pkgs.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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 |