Files
dotfiles/setup/ruby.sh
2022-10-15 19:50:03 +02:00

7 lines
168 B
Bash
Executable File

#!/bin/sh
rbenv install $(rbenv install -l | grep -v - | tail -1)
rbenv global $(rbenv install -l | grep -v - | tail -1)
bundle install --gemfile=~/.dotfiles/Gemfile