dotfiles/install-macos.sh

21 lines
478 B
Bash
Raw Normal View History

2024-04-21 17:55:27 +00:00
#!/usr/bin/env bash
set -euo pipefail
source common.sh
echo_header "== Installing homebrew"
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
export PATH="/opt/homebrew/bin:$PATH"
echo_header "== Installing CLI tools"
brew install git git-lfs zsh curl htop wget
echo_header "== Installing GUI tools"
brew install --cask --adopt \
kitty \
orbstack \
firefox \
bitwarden \
obsidian \
thunderbird \
visual-studio-code