1
0
mirror of https://github.com/kremalicious/dotfiles.git synced 2024-07-01 06:02:03 +02:00
dotfiles/ruby

13 lines
187 B
Plaintext
Raw Normal View History

2014-02-24 17:35:21 +01:00
#!/bin/bash
# Install RVM
curl -sSL https://get.rvm.io | bash
# Install a Ruby
2014-07-21 11:54:15 +02:00
rvm install 2.1.1
rvm use 2.1.1
2014-02-24 17:35:21 +01:00
rvm rubygems latest
# Install gems
gem install bundler
gem install jekyll