Applying futher fixes from first reinstall.
This commit is contained in:
parent
9cef52ca3f
commit
51b067a85d
|
@ -9,13 +9,13 @@ fi
|
|||
echo "Installing packages."
|
||||
# Base Packages.
|
||||
# Go is a dependency of yay
|
||||
pacman -S which base-devel go
|
||||
pacman --noconfirm -S which base-devel go
|
||||
|
||||
# Display Elements.
|
||||
pacman -S plymouth sddm wayland sway swaybg swaylock swayidle wofi waybar
|
||||
pacman --noconfirm -S plymouth sddm wayland sway swaybg swaylock swayidle wofi waybar
|
||||
|
||||
# Theming.
|
||||
pacman -S ttf-liberation sddm kitty zsh adobe-source-code-pro-fonts ttf-sourcecodepro-nerd ttf-dejavu arc-gtk-theme papirus-icon-theme
|
||||
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.
|
||||
|
@ -26,15 +26,13 @@ grub-mkconfig -o /boot/grub/grub.cfg
|
|||
|
||||
echo "Enabling SDDM"
|
||||
systemctl enable sddm
|
||||
yay -S sddm-sugar-dark
|
||||
mkdir /etc/sddm.conf.d
|
||||
echo "[Theme]\nCurrent=sugar-dark" | tee /etc/sddm.conf.d/theme.conf
|
||||
echo "[General]\nDisplayServer=Wayland" | tee /etc/sddm.conf.d/theme.conf
|
||||
cp sddm.conf /etc/sddm.conf.d/sddm.conf
|
||||
sed -i 's/ForceHideCompletePassword=false/ForceHideCompletePassword=true/' /usr/share/sddm/themes/sugar-dark/theme.conf
|
||||
|
||||
echo "Giving Sway hardware access."
|
||||
usermod -aG seat drew
|
||||
systemctl enable seatd.service
|
||||
|
||||
pacman -S pulseaudio pavucontrol network-manager-applet
|
||||
pacman --noconfirm -S pulseaudio pavucontrol network-manager-applet
|
||||
|
||||
|
|
|
@ -14,6 +14,9 @@ echo "Installing plymouth theme"
|
|||
su -c "yay -S plymouth-theme-deus-ex-git" drew
|
||||
plymouth-set-default-theme -R deus_ex
|
||||
|
||||
echo "Installing SDDM theme"
|
||||
yay -S sddm-sugar-dark
|
||||
|
||||
echo "Pulling home git config"
|
||||
$CONFIG='/usr/bin/git --git-dir=/home/drew/.cfg/ --work-tree=/home/drew'
|
||||
git config --global init.defaultBranch main
|
||||
|
|
Loading…
Reference in New Issue