Skip to content

Instantly share code, notes, and snippets.

View nbellocam's full-sized avatar

Nicolás Bello Camilletti nbellocam

View GitHub Profile
@nbellocam
nbellocam / setup-macos.sh
Last active June 7, 2025 20:34 — forked from psteinroe/setup-macos.sh
A litte script to setup a new mac
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
xcode-select --install
echo >> ~/.zprofile
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
brew update
export PATH="/opt/homebrew/bin:$PATH"