1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 07:50:40 +01:00

Add plugin for SDKMAN (#6483)

SDKMAN! is a tool for managing parallel versions of multiple
Software Development Kits on most Unix based systems.
This commit is contained in:
Rahul Somasunderam
2019-05-08 01:27:05 -07:00
committed by Marc Cornellà
parent 20ecca2ba9
commit b054e25d25
2 changed files with 90 additions and 0 deletions

8
plugins/sdk/README.md Normal file
View File

@@ -0,0 +1,8 @@
# sdk
Plugin for SDKMAN, a tool for managing parallel versions of multiple Software Development Kits on most Unix based systems.
Provides autocompletion for all known commands.
## Requirements
* [SDKMAN](http://sdkman.io/)