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 May 16, 2025 23:20 — 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
brew update
brew tap homebrew/cask
brew tap homebrew/cask-versions
export PATH="/opt/homebrew/bin:$PATH"
softwareupdate --install-rosetta