oh-my-bash/plugins/sdkman
2022-01-15 19:00:35 +09:00
..
README.md Fix typo in sdkman plugin README 2021-12-24 20:45:35 +09:00
sdkman.plugin.sh refactor: Normalize shebang of scripts to source 2022-01-15 19:00:35 +09:00

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
)