dotfiles/install-macos.sh

22 lines
479 B
Bash
Raw Normal View History

2025-01-20 11:47:18 +00:00
g!/usr/bin/env bash
2024-04-21 17:55:27 +00:00
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 \
2025-01-20 11:47:18 +00:00
visual-studio-code