A brain-replacement written for zsh.
git clone https://github.com/suxatcode/brain-sh
echo "source $PWD/brain-sh/all.sh" >> ~/.zshrc
Note: A customized installation will add only the functions of brain, and add your own configuration to your .zshrc, e.g.
. "$BRAIN_INSTALL_DIR/grep.sh"
. "$BRAIN_INSTALL_DIR/brain.sh"
. "$BRAIN_INSTALL_DIR/todo.sh"
conf.sh provides configuration that you most likely want to change, it is merely provided as an example configuration.
We use shellspec.
make test
# or for development
# make test-watch