Skip to content

Instantly share code, notes, and snippets.

View senguttuvang's full-sized avatar

SenG senguttuvang

View GitHub Profile
@brunofbrito
brunofbrito / apps_install.sh
Last active June 24, 2024 11:25
Install my macOS apps with homebrew, cask and mas-cli
#!/bin/zsh
echo Time to install all apps at once!
read -p "Press any key to continue... " -n1 -s
echo '\n'
echo Installing Homebrew...
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
echo Installing Oh My Zsh...
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"