Skip to content
Jesper Håkansson edited this page Oct 7, 2018 · 12 revisions

geometry has some awesome plugins, we invite you to contribute by

Installing

Installation instructions for custom plugins is as follows, unless specified in their respective README.mds:

Manual

  • Clone custom plugin

    git clone <custom plugin repository>
    
  • Source plugin

    # source /path/to/geometry/geometry.zsh # Remember to source geometry first
    source /path/to/custom-plugin-clone/plugin.zsh
    

Using oh-my-zsh

Once geometry theme is installed with oh-my-zsh (see install instructions).

You'll only need to source the plugin:

source /path/to/custom-plugin-clone/plugin.zsh

Plugin manager

It may very depending on each plugin manager but same as with Manual install the plugin must be loaded after geometry.

Install using antigen

 antigen theme geometry-zsh/geometry
 antigen bundle geometry-custom/plugin

Install using zplug

 zplug "geometry-zsh/geometry"
 zplug "geometry-custom/plugin"

Plugins

dir-info-prompt screenshot

pretty-git

hydrate screenshot

screen shot 2018-01-08 at 12 44 21 pm

npm-package-version screenshot

rust-version screenshot