1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-11-22 09:47:21 +01:00
dotfiles/ruby.sh

16 lines
226 B
Bash
Raw Normal View History

2014-02-24 17:35:21 +01:00
#!/bin/bash
# Install RVM
curl -sSL https://get.rvm.io | bash
2014-11-03 17:40:13 +01:00
# handle requirements
rvm requirements
2014-02-24 17:35:21 +01:00
# Install a Ruby
2015-07-21 01:23:09 +02:00
rvm install 2.2.2
rvm use --default 2.2.2
2014-02-24 17:35:21 +01:00
rvm rubygems latest
# Install gems
2015-07-21 01:23:09 +02:00
gem install bundler jekyll