• Stars
    star
    122
  • Rank 292,031 (Top 6 %)
  • Language
    Shell
  • License
    MIT License
  • Created over 7 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Handy Scripts For Doing Things

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.