Skip to content

Instantly share code, notes, and snippets.

View musaalp's full-sized avatar
🎯
Focusing

Musa Alp musaalp

🎯
Focusing
View GitHub Profile
# 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
brew tap caskroom/versions