curl -L https://github.com/thesmilingsloth/dotfiles/archive/refs/heads/main.zip -o temp.zip && unzip temp.zip && rm temp.zipOR
wget https://github.com/thesmilingsloth/dotfiles/archive/refs/heads/main.zip -O temp.zip && unzip temp.zip && rm temp.zipcurl -sSL https://raw.githubusercontent.com/thesmilingsloth/dotfiles/main/prepare/mac.sh | shOR
wget -qO- https://raw.githubusercontent.com/thesmilingsloth/dotfiles/main/prepare/mac.sh | sh