Skip to content

Instantly share code, notes, and snippets.

#!/bin/zsh
# ==============================================================================
# Install the prerequisites
# ==============================================================================
# Install Homebrew
if ! command -v brew &> /dev/null; then
echo "Installing Homebrew. You might be prompted the password..."
NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"