Skip to content

Instantly share code, notes, and snippets.

@chenry
chenry / gist:6329523
Last active December 21, 2015 15:49
Here is my gitconfig for those of you that are interested.... Thanks
[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = true
[core]
editor = vi
excludesfile = /Users/carlushenry/.gitignore_global
[alias]
@chenry
chenry / bootstrap.sh
Last active December 19, 2015 00:29 — forked from englishm/bootstrap.sh
#!/bin/bash
# remove logging
rm -rf ~/bootstrap.log
# Update our package manager...
sudo yum check-update -y
# Install dependencies for RVM and Ruby...
sudo yum -y install gcc-c++ patch readline readline-devel zlib zlib-devel libxml2-devel libyaml-devel libxslt-devel libffi-devel openssl-devel make bzip2 autoconf automake libtool bison iconv-devel git
# Get and install RVM