setup: add classic unix/linux cli utilities to core packages
Add bc, dmidecode, dosfstools, e2fsprogs, fzf, git, hdparm, lshw, lsof, openbsd-netcat, parted, ripgrep, rsync, strace, sysstat, tmux, and whois — utilities that ship by default on most distros or are now effectively standard. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>main
parent
32a84e8edf
commit
ae58b798b9
|
|
@ -3,17 +3,18 @@ set -euo pipefail
|
|||
|
||||
sudo pacman -Syu --noconfirm --needed \
|
||||
7zip arch-install-scripts atftp atool \
|
||||
base base-devel bind bluez btrfs-progs btop \
|
||||
base base-devel bc bind bluez btrfs-progs btop \
|
||||
cronie curl \
|
||||
distrobox fail2ban fastfetch fd fdupes ffmpeg firefox flatpak \
|
||||
gcc glib2 greetd-tuigreet grub \
|
||||
htop inetutils iputils iwd jq ldns less libpulse linux linux-firmware \
|
||||
dmidecode distrobox dosfstools \
|
||||
e2fsprogs fail2ban fastfetch fd fdupes ffmpeg firefox flatpak fzf \
|
||||
gcc git glib2 greetd-tuigreet grub \
|
||||
hdparm htop inetutils iputils iwd jq ldns less libpulse linux linux-firmware lshw lsof \
|
||||
man-db mc nano neovim networkmanager \
|
||||
onefetch openssh pciutils pipewire \
|
||||
python python-pip qrencode ruby-pkg-config rust rustup \
|
||||
smartmontools symlinks tldr tree \
|
||||
onefetch openbsd-netcat openssh parted pciutils pipewire \
|
||||
python python-pip qrencode ripgrep rsync ruby-pkg-config rust rustup \
|
||||
smartmontools strace symlinks sysstat tldr tmux tree \
|
||||
udisks2 udisks2-btrfs udiskie ufw usbutils \
|
||||
vim vnstat wget wireplumber wireless_tools wpa_supplicant wprs \
|
||||
vim vnstat wget whois wireplumber wireless_tools wpa_supplicant wprs \
|
||||
yazi zip unzip zram-generator
|
||||
|
||||
yay -S --aur --noconfirm --needed pamtester
|
||||
|
|
|
|||
Loading…
Reference in New Issue