Skip to content

Instantly share code, notes, and snippets.

View Lc0rE's full-sized avatar
🦊

Luca Corsilli Lc0rE

🦊
View GitHub Profile
@Lc0rE
Lc0rE / brew-install-script.sh
Last active August 28, 2023 09:18 — 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 install caskroom/cask/brew-cask