# sdkman plugin This plugin will automatically source [sdkman](https://sdkman.io/). ## Installation ### Install sdkman Let's [install the sdkman](https://sdkman.io/install) without updaing shell config! ```bash $ curl -s "https://get.sdkman.io?rcupdate=false" | bash ``` ### Include sdkman as plugin ```bash plugins=( git sdkman ) ```