Skip to content

Instantly share code, notes, and snippets.

View qu8n's full-sized avatar

Quan Nguyen qu8n

View GitHub Profile
#!/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)"