sdkman-for-fish/README.md
Raphael Reitzig e41ccb9ce8 Offer to install SDKMAN! if not already installed.
Fixes issue #26

Also:

 - Change language in README to clarify that
   SDKMAN! is not included.
 - Polishes to `.editorconfig`.
2019-11-05 04:24:36 +01:00

1.2 KiB

SDKMAN! for fish

Build Status

Makes command sdk from SDKMAN! usable from fish, including auto-completion. Also adds binaries from installed SDKs to the PATH.

Tested with fish 2.7.1 and 3.0.2, and SDKMAN! 5.7.3.

Install

With fisher (install separately):

fisher add reitzig/sdkman-for-fish

Note:

  • Only compatible with fisher v3 upwards; v2 is no longer supported.
  • You have to install SDKMAN! separately.

Usage

It's all in the background; you should be able to run sdk and binaries installed with sdk as you would expect.

Acknowledgements