I use GNU Stow to manage my dotfiles
Once installed, check out the dotfiles repo in the $HOME directory using git
git clone https://github.com/yttersian/dotfiles.git .dotfiles
cd .dotfilesthen use stow to create symlinks
stow [package name]Et voilà!
Run this command to bootstrap a fresh system
curl -fsSL https://raw.githubusercontent.com/yttersian/dotfiles/main/setup.sh | bash