arch-install/scripts/macos_bootstrap.sh
Ariejan de Vroom eca072f322
Some checks failed
Lint / Lint (3.10) (push) Failing after 18s
Lint / Lint (3.11) (push) Failing after 22s
Setup macos setup
2024-06-10 11:17:10 +02:00

13 lines
360 B
Bash

#!/usr/bin/env -S bash -i
# Install Xcode tools
xcode-select --install
# Install Homebrew
NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Enable using Homebrew until we setup dotfiles
eval "$(/usr/local/bin/brew shellenv)"
# Install required homebrew packages
brew install ansible mas rbw