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

23 lines
347 B
Markdown

# sdkman plugin
This plugin will automatically source [sdkman](https://sdkman.io/).
## Installation
### Install sdkman
Let's [install the sdkman](https://sdkman.io/install) without updating shell config!
```bash
$ curl -s "https://get.sdkman.io?rcupdate=false" | bash
```
### Include sdkman as plugin
```bash
plugins=(
git
sdkman
)
```