plugins: added nvm and sdkman (#150)

* feat(plugins): added sdkman plugin

* feat(plugins): added nvm plugin

* fix: fixed the codacy issues
This commit is contained in:
Rishikesh Darandale
2020-05-11 12:59:06 +05:30
committed by GitHub
parent 48df2df79c
commit 3ebd9b84f4
4 changed files with 86 additions and 0 deletions

25
plugins/sdkman/README.md Normal file
View File

@@ -0,0 +1,25 @@
# sdkman plugin
This plugin automatically source sdkman[1]
## Installation
### Install sdkman
Lets install[2] the sdkman without updaing shell config!
```bash
$ curl -s "https://get.sdkman.io?rcupdate=false" | bash
```
### Include sdkman as plugin
```bash
plugins=(
git
sdkman
)
```
[1]: https://sdkman.io/
[2]: https://sdkman.io/install