Update install scripts based on further system usage.

This commit is contained in:
Drew Galbraith 2023-11-19 01:11:14 -08:00
parent 9c16a2540e
commit c0d6ee5750
5 changed files with 44 additions and 29 deletions

View file

@ -1,25 +1,7 @@
#! /bin/bash
set -e
echo "Installing yay"
mkdir opt
pushd opt
git clone https://aur.archlinux.org/yay.git
chown -R drew .
pushd yay
makepkg -si
popd
popd
echo "Installing plymouth theme"
yay --noconfirm -S plymouth-theme-deus-ex-git
sudo plymouth-set-default-theme -R deus_ex
echo "Installing SDDM theme"
yay --noconfirm -S sddm-sugar-dark
echo "Pulling home git config"
$CONFIG="/usr/bin/git --git-dir=/home/drew/.cfg/ --work-tree=/home/drew"
CONFIG="/usr/bin/git --git-dir=/home/drew/.cfg/ --work-tree=/home/drew"
git config --global init.defaultBranch main
mkdir ~/.cfg
$CONFIG init
@ -29,3 +11,5 @@ $CONFIG submodule update --init
echo "*" > ~/.gitignore
sudo sed -i 's/ForceHideCompletePassword=false/ForceHideCompletePassword=true/' /usr/share/sddm/themes/sugar-dark/theme.conf
yay -S protonvpn