Skip to content

dfmgr/ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ruby

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"

ruby wiki | ruby site

Releases

No releases published

Packages

No packages published

Languages