My personal dotfiles and configs
# 🍎 macOS
bash <(curl -fsSL https://raw.githubusercontent.com/zryyyy/dotfiles/HEAD/scripts/mac.sh)
# 🐧 Ubuntu
bash <(curl -fsSL https://raw.githubusercontent.com/zryyyy/dotfiles/HEAD/scripts/ubuntu.sh)
# 🪟 Windows
powershell -ep Bypass -c "irm 'https://raw.githubusercontent.com/zryyyy/dotfiles/HEAD/scripts/install.ps1' | iex"