#! /bin/bash echo "Pulling home git config" CONFIG="/usr/bin/git --git-dir=/home/drew/.cfg/ --work-tree=/home/drew" git config --global init.defaultBranch main mkdir ~/.cfg $CONFIG init $CONFIG remote add origin https://gitlab.com/dgalbraith33/dotfiles.git $CONFIG pull origin main $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