Setup a ruby development system with rvm
Automatic install/update:
bash -c "$(curl -LSs https://github.com/dfmgr/ruby/raw/main/install.sh)"
Manual install:
requires:
Debian based:
apt install ruby
Fedora Based:
yum install ruby
Arch Based:
pacman -S ruby
MacOS:
brew install ruby
mv -fv "$HOME/.config/ruby" "$HOME/.config/ruby.bak"
git clone https://github.com/dfmgr/ruby "$HOME/.config/ruby"