Devenv

Devenv is a set of scripts that is designed to help contributors manage the development environments for their various projects. It’s designed to work only with zsh and uses some features specific to that shell.

Current version: 1.0
Up next: 1.1

Releases

Devenv 1.0 has been released! Get the tarball from here

Install

  1. Place the scripts in $HOME/.zsh/functions
  2. Add ‘devenv’ to the end of your .zshrc so that it gets autoloaded (would love a patch to fix this)

Contributing

Have a neat function to add, something more flexible, support for a different shell? Great! Just fork the project, and when you’re done, send a merge request.