Files
oh-my-bash/plugins/sdkman

sdkman plugin

This plugin automatically source sdkman1

Installation

Install sdkman

Lets install2 the sdkman without updaing shell config!

$ curl -s "https://get.sdkman.io?rcupdate=false" | bash

Include sdkman as plugin

plugins=(
  git
  sdkman
)