mirror of
https://github.com/tumillanino/miasma-os.git
synced 2026-04-11 07:15:31 +00:00
move to new repo
This commit is contained in:
14
files/system/etc/skel/.oh-my-zsh/plugins/sdk/README.md
Normal file
14
files/system/etc/skel/.oh-my-zsh/plugins/sdk/README.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# 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.
|
||||
|
||||
To use it, add `sdk` to your plugins array in your zshrc file:
|
||||
|
||||
```zsh
|
||||
plugins=(... sdk)
|
||||
```
|
||||
|
||||
## Requirements
|
||||
|
||||
* [SDKMAN](http://sdkman.io/)
|
||||
Reference in New Issue
Block a user