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.
If you're using oh-my-zsh, install this plugin by doing the following:
-
Go to your oh-my-zsh custom plugins directory -
cd ~/.oh-my-zsh/custom/plugins -
Clone the plugin into a new sdkman directory -
git clone https://github.com/nobeans/zsh-sdkman.git sdkman -
Edit your
.zshrcand addplugins=( ... sdkman )to your list of plugins -
Open a new terminal and enjoy!
If you're using Antigen, install this plugin by doing the following:
- Add
antigen bundle nobeans/zsh-sdkmanto your.zshrcwhere you're adding your other plugins. - Either open a new terminal to force zsh to load the new plugin, or run
antigen bundle nobeans/zsh-sdkmanin a running zsh session. - Enjoy!