Update install scripts based on further system usage.
This commit is contained in:
parent
9c16a2540e
commit
c0d6ee5750
5 changed files with 44 additions and 29 deletions
|
|
@ -9,10 +9,10 @@ fi
|
|||
echo "Installing packages."
|
||||
# Base Packages.
|
||||
# Go is a dependency of yay
|
||||
pacman --noconfirm -S which base-devel go
|
||||
pacman --noconfirm -S which base-devel go wireguard-tools
|
||||
|
||||
# Display Elements.
|
||||
pacman --noconfirm -S plymouth sddm wayland sway swaybg swaylock swayidle wofi waybar
|
||||
pacman --noconfirm -S plymouth sddm wayland sway swaybg swaylock swayidle wofi waybar wev gammastep
|
||||
|
||||
# Theming.
|
||||
pacman --noconfirm -S ttf-liberation sddm kitty zsh adobe-source-code-pro-fonts ttf-sourcecodepro-nerd ttf-dejavu arc-gtk-theme papirus-icon-theme
|
||||
|
|
@ -33,5 +33,6 @@ echo "Giving Sway hardware access."
|
|||
usermod -aG seat drew
|
||||
systemctl enable seatd.service
|
||||
|
||||
pacman --noconfirm -S pulseaudio pavucontrol network-manager-applet
|
||||
pacman --noconfirm -S pulseaudio pavucontrol network-manager-applet flameshot bluez bluez-utils blueman pulseaudio-bluetooth
|
||||
systemctl enable bluetooth
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue