Further updates.
This commit is contained in:
parent
c0d6ee5750
commit
136c01deef
3 changed files with 31 additions and 17 deletions
|
|
@ -6,17 +6,6 @@ if [[ $EUID -ne 0 ]]; then
|
|||
exit
|
||||
fi
|
||||
|
||||
echo "Installing packages."
|
||||
# Base Packages.
|
||||
# Go is a dependency of yay
|
||||
pacman --noconfirm -S which base-devel go wireguard-tools
|
||||
|
||||
# Display Elements.
|
||||
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
|
||||
|
||||
echo "Installing plymouth"
|
||||
# This is likely a bit too brittle.
|
||||
sed -i 's/kms keyboard/kms plymouth keyboard/' /etc/mkinitcpio.conf
|
||||
|
|
@ -33,6 +22,5 @@ echo "Giving Sway hardware access."
|
|||
usermod -aG seat drew
|
||||
systemctl enable seatd.service
|
||||
|
||||
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