mirror of
https://github.com/ohmybash/oh-my-bash.git
synced 2024-05-11 05:55:37 +00: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
)