Skip to content
/ brain Public
forked from suxatcode/brain

Shell tool to manage my brain.

Notifications You must be signed in to change notification settings

ai4bing/brain

 
 

Repository files navigation

brain.sh

A brain-replacement written for zsh.

Usage

Installation

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"

Configuration

conf.sh provides configuration that you most likely want to change, it is merely provided as an example configuration.

Development

Testing

We use shellspec.

make test
# or for development
# make test-watch

About

Shell tool to manage my brain.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 99.0%
  • Makefile 1.0%