git clone https://github.com/ArtFlag/reinstall-mac.git
cd reinstall-mac
make or make all: Runs the default installation (brew, git, configs).
make brew: Installs Homebrew, Oh My Zsh, and all dependencies from the Brewfile.
make git: Runs the interactive script to set up your Git SSH key and global config.
make configs: Links all configuration files (for shell, starship, neovim, etc.) into your home directory.
make python: (Optional) Installs Python tooling, including pyenv and poetry.
bash <(curl -sSL https://spotx-official.github.io/run.sh)