I hate reconfiguring apps.
# Set up
sudo pacman -Syu && sudo pacman -S --needed git
mkdir -p ~/code/rbwsam && cd ~/code/rbwsam
git clone https://github.com/rbwsam/dotfiles.git && cd dotfiles
# Run scripts
./scripts/arch-desktop.sh
ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519
cat ~/.ssh/id_ed25519.pub | pbcopy
Go to GitHub and paste the new key: https://github.com/settings/keys
git config --global --replace-all user.email [email protected]