arch-install/scripts/macos_bootstrap.sh
Ariejan de Vroom 29ed27068c
Some checks failed
Lint / Lint (3.10) (push) Failing after 22s
Lint / Lint (3.11) (push) Failing after 19s
Scripts to update pyenv/rbenv
2024-08-30 11:24:39 +02:00

13 lines
360 B
Bash
Executable File

#!/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