Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 667 Bytes

File metadata and controls

22 lines (13 loc) · 667 Bytes

Ruby

Use mise as the version manager for ruby

https://github.com/jdx/mise

Setup startup files

echo 'eval "$(mise activate zsh --shims)"' >> ~/.zprofile # this sets up non-interactive sessions
echo 'eval "$(mise activate zsh)"' >> ~/.zshrc    # this sets up interactive sessions

Note: using the shims will help set up the ruby verison for each project when not using the terminal.

SublimeText plugins