Skip to content

Instantly share code, notes, and snippets.

View paul-hph's full-sized avatar

Paul Albrecht paul-hph

View GitHub Profile
@paul-hph
paul-hph / brew-install-script.sh
Last active December 7, 2021 20:20 — forked from CliffordAnderson/brew-install-script.sh
Brew install script for OSX
#!/bin/sh
# Homebrew Script for OSX
# To execute: save and `chmod +x ./brew-install-script.sh` then `./brew-install-script.sh`
echo "Installing brew..."
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
echo "Installing brew cask..."
brew tap caskroom/cask