Files
dotfiles/setup/ruby.sh
2024-07-05 19:16:05 +02:00

6 lines
81 B
Bash
Executable File

#!/bin/sh
asdf plugin add ruby
asdf install ruby latest
asdf global ruby latest