Skip to content

Conventional Commit Message plugin for zsh

License

Notifications You must be signed in to change notification settings

niksumeiko/gcmt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Conventional Commit Message plugin for zsh

Install with Oh My Zsh

  1. Clone this repository into $ZSH_CUSTOM (by default ~/.oh-my-zsh/custom/plugins)

    git clone https://github.com/niksumeiko/gcmt.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/gcmt
  2. Add the plugin to the list of plugins for Oh My Zsh to load (inside ~/.zshrc):

    plugins=(gcmt)