An open API service indexing awesome lists of open source software.

https://github.com/krisleech/install-gems

Install gems listed in a text file generated by 'gem list'. Useful after doing a clean OS install.
https://github.com/krisleech/install-gems

Last synced: 5 months ago
JSON representation

Install gems listed in a text file generated by 'gem list'. Useful after doing a clean OS install.

Awesome Lists containing this project

README

          

Install gems listed in a text file generated by 'gem list'.

Example usage:

gem list > gems.txt

[Sometime later... maybe after a clean os install]

rake reinstall_gems file=/Volumes/BackupDrive/gems.txt

NOTES

* uses sudo
* tested on macos, should work on linux

Author: Kris Leech / teamcoding.com