feat(sdkman): add basic initialization for sdkman

This commit is contained in:
David Matheson 2024-07-28 13:09:23 -04:00
commit 88214ad9f7
2 changed files with 22 additions and 0 deletions

14
plugins/sdkman/README.md Normal file
View file

@ -0,0 +1,14 @@
# sdkman
Plugin for SDKMAN, a tool for managing parallel versions of multiple Software Development Kits on most Unix based systems.
Provides initialization for different scenarios where users may have installed.
To use it, add `sdkman` to your plugins array in your zshrc file:
```zsh
plugins=(... sdkman)
```
## Requirements
* [SDKMAN](http://sdkman.io/)