Skip to content

Instantly share code, notes, and snippets.

@jvuonger
jvuonger / keybase.md
Last active February 22, 2018 02:23
keybase.md

Keybase proof

I hereby claim:

  • I am jvuonger on github.
  • I am jamesvuong (https://keybase.io/jamesvuong) on keybase.
  • I have a public key ASDqeYr_-U1Yl4Dx9XqDQs-MzYt_mGAdaSIsjWEV0IqU7Ao

To claim this, I am signing this object:

@jvuonger
jvuonger / setup.sh
Created March 27, 2013 20:50 — forked from krisf/setup.sh
#!/bin/bash
# install dependencies
apt-get update && apt-get upgrade
apt-get install build-essential bison openssl libreadline6 libreadline6-dev curl git-core zlib1g zlib1g-dev libssl-dev libyaml-dev libsqlite3-0 libsqlite3-dev sqlite3 libxml2-dev libxslt-dev autoconf libc6-dev ncurses-dev
# install RVM
bash < <(curl -s https://rvm.beginrescueend.com/install/rvm)
### as per RVM instructions (both files)