20 lines
745 B
Bash
20 lines
745 B
Bash
#!/bin/bash
|
|
set -euo pipefail
|
|
|
|
sudo pacman -Syu --noconfirm --needed \
|
|
7zip arch-install-scripts atftp atool \
|
|
base base-devel 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 \
|
|
man-db mc nano neovim networkmanager \
|
|
onefetch openssh pciutils pipewire \
|
|
python python-pip qrencode ruby-pkg-config rust rustup \
|
|
smartmontools symlinks tldr tree \
|
|
udisks2 udisks2-btrfs udiskie ufw usbutils \
|
|
vim vnstat wget wireplumber wireless_tools wpa_supplicant wprs \
|
|
yazi zip unzip zram-generator
|
|
|
|
yay -S --aur --noconfirm --needed pamtester
|