Skip to content

Instantly share code, notes, and snippets.

@fmsouza
fmsouza / osx_install.sh
Last active June 27, 2018 17:18 — forked from t-io/osx_install.sh
Install most of my Apps with homebrew & cask
#!/bin/sh
read -p "Press any key to continue... " -n1 -s
echo '\n'
echo "Installing Xcode cli tools..."
xcode-select --install
# echo Install and Set San Francisco as System Font
# ruby -e "$(curl -fsSL https://raw.github.com/wellsriley/YosemiteSanFranciscoFont/master/install)"
echo "Install Homebrew, cask and some other packages..."