23 lines
346 B
Markdown
Raw Normal View History

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