my xfce4 dotfiles
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
699 B

3 years ago
  1. # Spring Boot oh-my-zsh plugin
  2. oh-my-zsh Spring Boot plugin
  3. ## Spring Boot autocomplete plugin
  4. - Adds autocomplete options for all spring boot commands.
  5. ## Manual Install
  6. $ cd ~/.oh-my-zsh/plugins
  7. $ git clone [email protected]:linux-china/oh-my-zsh-spring-boot-plugin.git spring
  8. Adjust your .zshrc file and add spring to plugins=(...)
  9. ## Tips
  10. * Install Spring Cloud plugin: spring install org.springframework.cloud:spring-cloud-cli:1.0.2.RELEASE
  11. ## Reference
  12. * Spring Boot: https://spring.io/projects/spring-boot
  13. * Spring Boot CLI: https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/#cli
  14. Maintainer : linux_china ([@linux_china](https://twitter.com/linux_china))