Add firmware packages + hyprland supporting apps
This commit is contained in:
12
install.sh
12
install.sh
@@ -42,12 +42,18 @@ echo "$HOSTNAME" >> /etc/hostname
|
||||
echo "KEYMAP=trq" >> /etc/vconsole.conf
|
||||
|
||||
pacman -S --noconfirm base-devel sudo
|
||||
pacman -S --noconfirm networkmanager alsa-utils bluez bluez-utils nvidia-open nvidia-utils pavucontrol pipewire pipewire-alsa pipewire-pulse polkit-gnome usbutils sof-firmware
|
||||
pacman -S --noconfirm networkmanager alsa-utils bluez bluez-utils nvidia-open nvidia-utils pavucontrol pipewire pipewire-alsa pipewire-pulse polkit-gnome usbutils sof-firmware
|
||||
pacman -S --noconfirm alacritty firefox eog flameshot keepassxc ly waybar hyprland hyprlock hyprpaper zip unzip ttf-jetbrains-mono
|
||||
pacman -S --noconfirm intel-ucode ufw clamav opensnitch firejail
|
||||
pacman -S --noconfirm intel-ucode ufw clamav opensnitch firejail nemo nemo-terminal swaync
|
||||
|
||||
pacman -S --noconfirm cmake cloc vim emacs cups docker docker-compose efibootmgr gdb ghidra ghostscript git git-lfs man-db man-pages mkcert nasm net-tools openssh qemu-base qemu-full dnsmasq dmidecode rustup valgrind virt-manager virt-viewer wireplumber wireguard-tools wireshark-qt wmenu wofi xdg-desktop-portal-gtk xdg-desktop-portal-wlr xdg-desktop-portal-hyprland xorg-xwayland pyright clang iproute2
|
||||
|
||||
pacman -S flatpak
|
||||
pacman -S cliphist
|
||||
pacman -S sbctl
|
||||
pacman -S nvtop htop
|
||||
pacman -S nss-mdns
|
||||
|
||||
systemctl enable clamav-freshclam.service
|
||||
systemctl enable clamav-daemon.service
|
||||
systemctl enable clamav-clamonacc.service
|
||||
@@ -84,7 +90,7 @@ su - "$USERNAME" -c "cp -sr /home/$USERNAME/dotfiles/* /home/$USERNAME/.config/"
|
||||
printf "Configuring yay..."
|
||||
su - "$USERNAME" -c "git clone https://aur.archlinux.org/yay.git"
|
||||
|
||||
su - "$USERNAME" -c "echo 'install hyprpwcenter and set up secureboot, and add lockdown=integrity to systemd entry, then cd yay && makepkg -si fonts: yay -S ttf-ms-font' > ~/README.md"
|
||||
su - "$USERNAME" -c "echo 'install hyprpwcenter and set up secureboot, and add lockdown=integrity to systemd entry, then cd yay && makepkg -si fonts: yay -S ttf-ms-font and gtk: dracula-gtk-theme' > ~/README.md"
|
||||
|
||||
echo "$USERNAME:$PASS" | chpasswd
|
||||
|
||||
|
||||
Reference in New Issue
Block a user