Skip to content

Instantly share code, notes, and snippets.

View mhaseebkhan's full-sized avatar

Haseeb Khan mhaseebkhan

View GitHub Profile
# Create kpdev user
useradd kpdev
# Install rvm for system
bash -s stable < <(curl -s https://raw.github.com/wayneeseguin/rvm/master/binscripts/rvm-installer )
# First you need to add all users that will be using rvm to 'rvm' group,
# and logout - login again, anyone using rvm will be operating with `umask u=rwx,g=rwx,o=rx`.