dotfiles go brrr
if you can be a sudoer:
curl -fsSL https://raw.githubusercontent.com/seonjunn/dotfiles/master/setup.sh | sudo bashif you can't be a sudoer:
curl -fsSL https://raw.githubusercontent.com/seonjunn/dotfiles/master/setup.sh | bashto run only specific modules (prefix-matched):
bash setup.sh dot cl # dotfiles + claude
bash setup.sh --list # show available modules
bash setup.sh --dry-run # print commands without runningdotsetup— runs setup.sh (do this when it warns you to)dotpl— pull manually (usually not needed, happens on login)