Skip to content

dgnest/zsh-gvm-plugin

Repository files navigation

Plugin zsh-gvm-plugin

[![Build Status](https://travis-ci.org/dgnest/zsh-gvm-plugin.svg)](https://travis-ci.org/dgnest/zsh-gvm-plugin) [![Stories in Ready](https://badge.waffle.io/dgnest/zsh-gvm-plugin.svg?label=ready&title=Ready)](http://waffle.io/dgnest/zsh-gvm-plugin) [![GitHub issues](https://img.shields.io/github/issues/dgnest/zsh-gvm-plugin.svg)](https://github.com/dgnest/zsh-gvm-plugin/issues) [![GitHub license](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)](LICENSE)

ZSH plugin

Install

oh-my-zsh users

If you're using oh-my-zsh, install this plugin by doing the following:

  1. Go to your oh-my-zsh custom plugins directory - cd ~/.oh-my-zsh/custom/plugins
  2. Clone the plugin
  git clone https://github.com/dgnest/zsh-gvm-plugin
  1. Edit your .zshrc and add plugins=( ... zsh-gvm-plugin ) to your list of plugins
  2. Open a new terminal and enjoy!

antigen users

If you're using Antigen, install this plugin by doing the following:

  1. Add antigen bundle dgnest/zsh-gvm-plugin to your .zshrc where you're adding your other plugins.
  2. Either open a new terminal to force zsh to load the new plugin, or run antigen bundle dgnest/zsh-gvm-plugin in a running zsh session.
  3. Enjoy!

License

MIT

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Credits

Made with love ❤️ by dgnest