diff --git a/README.md b/README.md index dfc0779..d92c397 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ This script pulls the latest changes and copies `.gitconfig`, `.pre-commit-confi ### Initial Mac Setup -For a new Mac, run the setup script to install actionlint, Cocoapods, Docker CLI, Flutter, GitHub CLI, GitLab CLI, Go, Homebrew, Kiro CLI, LLVM, mole, Node.js, Ollama, opencode, Python, QEMU, Ruby, Rust, yamllint, Zsh, and configure Git hooks globally. It also offers to log in to Docker Hub: +For a new Mac, run the setup script to install actionlint, Brev, Cocoapods, Docker CLI, Flutter, GitHub CLI, GitLab CLI, Go, Homebrew, Kiro CLI, LLVM, mole, Node.js, Ollama, opencode, Python, QEMU, Ruby, Rust, yamllint, Zsh, and configure Git hooks globally. It also offers to log in to Docker Hub: ```bash /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/bniladridas/github-dotfiles/main/setup-mac.sh)" diff --git a/setup-mac.sh b/setup-mac.sh index 9c52bca..e14b06d 100755 --- a/setup-mac.sh +++ b/setup-mac.sh @@ -248,6 +248,14 @@ brew install docker echo "Installing QEMU..." brew install qemu +echo "Installing Brev..." +if brew install brevdev/homebrew-brev/brev; then + log "Brev installed successfully." +else + log "ERROR: Failed to install Brev." + exit 1 +fi + echo "Setting up Docker Hub..." read -r -p "Do you want to log in to Docker Hub? (y/N): " login_choice if [[ "$login_choice" =~ ^[Yy]$ ]]; then