Update 05.04.2026

This commit is contained in:
eof
2026-04-05 17:51:45 +05:00
parent fcc904df1e
commit b363a93ea5
680 changed files with 16892 additions and 16586 deletions

View File

@@ -1,16 +1,12 @@
# Spring Boot oh-my-zsh plugin
oh-my-zsh Spring Boot plugin
## Spring Boot autocomplete plugin
Adds autocomplete options for all [Spring Boot](https://spring.io/projects/spring-boot) commands.
- Adds autocomplete options for all spring boot commands.
To use it, add `spring` to the plugins array in your zshrc file:
## Manual Install
$ cd ~/.oh-my-zsh/plugins
$ git clone git@github.com:linux-china/oh-my-zsh-spring-boot-plugin.git spring
Adjust your .zshrc file and add spring to plugins=(...)
```zsh
plugins=(... spring)
```
## Tips