Skip to content

Instantly share code, notes, and snippets.

@tuffailrahman
tuffailrahman / osx_install.sh
Last active March 10, 2021 18:46 — forked from t-io/osx_install.sh
Install most of my Apps with homebrew & cask
#!/bin/sh
# Homebrew Script for OSX
# To execute: save and `chmod +x ./osx_install.sh` then `./osx_install.sh`
echo Install all AppStore Apps at first!
# no solution to automate AppStore installs
read -p "Press any key to continue... " -n1 -s
echo '\n'