/zsh-sdkman

a gvm plugin for oh my zsh

Primary LanguageShell

zsh-sdkman

A SDKMAN(The Software Development Kit Manager) plugin for oh my zsh.

SDKMAN project information available here.

The plugin provides auto-completion for sdk commands.

Installation

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 into a new sdkman directory - git clone https://github.com/nobeans/zsh-sdkman.git sdkman

  3. Edit your .zshrc and add plugins=( ... sdkman ) to your list of plugins

  4. Open a new terminal and enjoy!

antigen users

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

  1. Add antigen bundle nobeans/zsh-sdkman 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 nobeans/zsh-sdkman in a running zsh session.
  3. Enjoy!