Skip to content
/ zeesh Public

๐Ÿš Putting the zee in your shell. A plugin-based framework for Zsh.

License

Notifications You must be signed in to change notification settings

zeekay/zeesh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

zeesh!

                             __
                     __     / /
 ____  ____ ___ ____/ /_   / /
/_  / / __/ __// __/ __ \ /_/
 / /_/ __/ __/_\ \  / / /__
/___/___/___/____/_/ /_/__/

Zeesh is a cross-platform Zsh framework. It's similar to, but incompatible with, oh-my-zsh. It has a modular plugin architecture making it easy to extend. It has a rich set of defaults, but is designed to be as lightweight as possible.

Installation

Clone to ~/.zsh or use the install script:

curl https://raw.github.com/zeekay/zeesh/master/scripts/install.sh | sh

Configuration

Specify the plugins you want to use in the zeesh_plugins array and source ~/.zsh/zeesh.zsh:

zeesh_plugins=(
    autocomplete
    osx
    git
    javascript
    yarn
    vcs-info
    syntax-highlighting
    history-substring-search
    theme
    vi-mode
    vi-visual-mode
)

source ~/.zsh/zeesh.zsh

You can enable various features using the available plugins. For a list of available plugins:

ls ~/.zsh/plugins

About

๐Ÿš Putting the zee in your shell. A plugin-based framework for Zsh.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages