Configure dotfiles using GNU Stow:
yay -Syu --noconfirm stow
stow -t ~/ .
# If due to some installation some dotfiles were already created, use:
# stow --adopt -t ~/ .After running stow it will create a ~/.gitconfig.base, copy and update it:
cp ~/.gitconfig.base ~/.gitconfig
# Configure it...
# nvim ~/.gitconfig