README.textile 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. A handful of functions, auto-complete helpers, and stuff that makes you shout...
  2. bq. "OH MY ZSHELL!"
  3. h2. Setup
  4. 1. Clone the repository
  5. @git clone git://github.com/robbyrussell/oh-my-zsh.git@
  6. 2. Symlink the zsh config with: @ln -s ~/oh-my-zsh/zshrc ~/.zshrc@
  7. 3. Start / restart zsh (open a new terminal is easy enough..)
  8. h3. Problems?
  9. You _might_ need to modify your PATH.. and this needs to be refactored in the near future.
  10. h2. Usage
  11. TODO: Update this..
  12. * Rake autocomplete: @rake (tab)@. Will generate a cache of all your rake tasks and then let you auto-complete and/or select the task to run.
  13. * ssh autocomplete: @ssh (tab)@ or @scp (tab)@
  14. * Git branch, it'll tell you which branch you're in when you're in a git repository directory.
  15. * much much more..
  16. h2. Thanks
  17. * Rick Olsen (technoweenie) might remember some of the configuration, which I took from a pastie a few years ago.
  18. * Whoever created the rake autocomplete stuff, which was posted all over the internet a few years ago.
  19. h2. Help out!
  20. If you have ideas on how to improve/optimize the configuration, don't hesitate to send pull requests.