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