This is my dotfiles repo. There are many like it, but this one is mine 😅
I manage my system/dotfiles through shell scripts and Chezmoi:
curl https://raw.githubusercontent.com/szinn/dotfiles/main/setup.sh > /tmp/install && chmod +x /tmp/install && /tmp/install