1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-06-30 21:52:00 +02:00
dotfiles/ruby.sh
2016-10-14 21:59:34 +02:00

16 lines
234 B
Bash
Executable File

#!/usr/bin/env bash
# Install RVM
curl -sSL https://get.rvm.io | bash
# handle requirements
rvm requirements
# Install a Ruby
rvm install 2.3.0
rvm use --default 2.3.0
rvm rubygems latest
# Install gems
gem install bundler jekyll