Skip to content

Instantly share code, notes, and snippets.

View MarkArranz's full-sized avatar

Mark Arranz MarkArranz

  • 14:58 (UTC -07:00)
View GitHub Profile

Keybase proof

I hereby claim:

  • I am markarranz on github.
  • I am markarranz (https://keybase.io/markarranz) on keybase.
  • I have a public key ASDFF_34AzWN64VP7x2KFzIC2LLFgoodxYzUeUir5YpMigo

To claim this, I am signing this object:

@MarkArranz
MarkArranz / osx_install.sh
Created August 9, 2017 05:09 — forked from t-io/osx_install.sh
Install most of my Apps with homebrew & cask
#!/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'
echo Install and Set San Francisco as System Font
ruby -e "$(curl -fsSL https://raw.github.com/wellsriley/YosemiteSanFranciscoFont/master/install)"
echo Install Homebrew, Postgres, wget and cask
ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"