Files
dotfiles/setup/ruby.sh
Stefan Imhoff e68374d776 Add asdf as version manager (#2)
* feat(asdf): add new version manager asdf

* feat(asdf): replace nvm with asdf

* feat(asdf): replace rbenv with asdf

* chore: add aliases for git

* feat(asdf): replace pyenv with asdf

* feat(asdf): add asdf as version manager for rust

* chore: shorten comments

* feat(asdf): add asdf as deno version manager

* feat(asdf): add direnv plugin and setup shell

* chore(asdf): move configuration in folder
2022-10-27 20:00:13 +02:00

8 lines
127 B
Bash
Executable File

#!/bin/sh
asdf plugin add ruby
asdf install ruby latest
asdf global ruby latest
bundle install --gemfile=~/.dotfiles/Gemfile