Add A Ruby Gem
Global Ruby gems are managed via a list.
Preconditions
- Ruby and
gemare installed. - You verified the gem name.
Steps
-
Add the gem name to:
This installs as
~/.default-gems. -
Apply:
chezmoi apply
Hook:
Verification
gem list --local | rg '^<gemname> '
Rollback / Undo
- Remove the gem from
home/readonly_dot_default-gems. - Re-apply:
chezmoi apply