Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 437 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 437 Bytes

Handy utilities and dotfiles

For easy installation, use rcm, which you can install with the following command:

brew tap thoughtbot/formulae
brew install rcm

You can then symlink the utilities in this repo to your ~/bin directory by executing the following command:

$ RCRC="$(pwd)/.rcrc" rcup -v

Remove the symlinks using:

$ RCRC="$(pwd)/.rcrc" rcdn -v

Happy CLI'ing.