Skip to content

Instantly share code, notes, and snippets.

View seesleestak's full-sized avatar

Calvin Cieslak seesleestak

View GitHub Profile
@seesleestak
seesleestak / osx_brew_cask_installs.sh
Last active March 17, 2018 17:40 — forked from billyxs/osx_brew_cask_installs.sh
Install Homebrew, Cask, and necessary apps for Mac OSX
#!/bin/sh
echo Install Homebrew, Postgres, wget and cask
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install exa
brew install wget
brew install orientdb
brew install mongo
brew install go