sudo apt install git stow
git clone https://github.com/DavidL344/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
stow .
git config --global user.name <username>
git config --global user.email <email>
systemctl --user enable --now systemd-tmpfiles-setup.service