Skip to content

Instantly share code, notes, and snippets.

View fredym's full-sized avatar

Fredy Muñoz fredym

View GitHub Profile
@fredym
fredym / Vagrantfile
Created June 25, 2015 00:16
Vagrant file for jekyll
$provision_script = <<SCRIPT
echo Installing gcc...
yum -y install gcc
echo Installing Ruby...
yum -y install ruby ruby-devel