Skip to content

Instantly share code, notes, and snippets.

@jajajaime
jajajaime / macos_setup.sh
Created May 20, 2019 17:07
Setting up macOS with some basics and apps
#!/bin/bash
# Install XCode tools
xcode-select --install
# Install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Install some Homebrew terminal apps
brew install bat