Skip to content

Instantly share code, notes, and snippets.

View saschadiercks's full-sized avatar
🙂
Everything is awesome

Sascha Diercks saschadiercks

🙂
Everything is awesome
View GitHub Profile
@saschadiercks
saschadiercks / osx_install.sh
Last active September 26, 2016 17:10 — forked from t-io/osx_install.sh
Install most of my Apps with homebrew & cask
# ---------------
# Plugin Databse: https://caskroom.github.io/search
# ---------------
#!/bin/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'