-
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
-
Add the plugin to the list of plugins for Oh My Zsh to load (inside
~/.zshrc
):plugins=(gcmt)