Files
oh-my-bash/plugins/sdkman
2021-12-24 20:45:35 +09:00
..
2020-05-11 14:29:06 +07:00

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
)