Skip to content

Instantly share code, notes, and snippets.

View sgeller98's full-sized avatar

Sammy Geller sgeller98

View GitHub Profile

Keybase proof

I hereby claim:

  • I am sgeller98 on github.
  • I am sgeller (https://keybase.io/sgeller) on keybase.
  • I have a public key ASDknoVHqayflrArpTka4e1EwzkzetYSidAV2sOYwc6lJAo

To claim this, I am signing this object:

@sgeller98
sgeller98 / auto-install.sh
Last active September 30, 2015 00:57 — forked from ericmarkmartin/auto-install.sh
Package installation script for CGPS Computer Science Club
#!/bin/sh
# Install Homebrew
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Setup brew-cask
brew install caskroom/cask/brew-cask
# Python stuff
brew install pyenv