2021-12-24 20:45:35 +09:00

347 B

sdkman plugin

This plugin will automatically source sdkman.

Installation

Install sdkman

Let's install the sdkman without updating shell config!

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

Include sdkman as plugin

plugins=(
  git
  sdkman
)