Skip to content

Instantly share code, notes, and snippets.

View gcaracuel's full-sized avatar
🏠
Working from home

Guillermo Caracuel gcaracuel

🏠
Working from home
View GitHub Profile
#!/bin/sh
# Sublime Text 3 install with Package Control (last update: 4 April 2015)
#
# No need to download this script, just run it on your terminal:
#
# $ curl -L git.io/sublimetext | sh
#
# When you need to update Sublime Text, run this script again.
#Steps to install RVM + Ruby 1.9.3 + Rails + nginx + Passenger on CentOS (tested on v5.5)
# Install git and curl, if not already installed
sudo yum install -y git curl-devel
# Create the rvm group and add any users who will be using rvm to the group
sudo su -
groupadd rvm
# Start by adding the root user (required to install RVM)