Various preferences for vim, zsh, etc. Symlinks dotfiles to their correct locations. Also contains files I use every day to automate things.
You can optionally symlink these to your /usr/bin directory to globally execute them.
rake installrake uninstallThese are simple executable scripts that I use to automate small tasks.
This parses the output of a heroku logs command for the given app, and shows you useful data on your dyno.
You must have runtime-metrics enabled. https://devcenter.heroku.com/articles/log-runtime-metrics.
Example: hlog myapp
See this for more info.