Bootstrap configurations set to speed-up dev setup process.
Just run setup scripts for the tooling you need.
- Tooling
- zsh and oh-my-zsh to use as a shell
- tmux as terminal multiplexor
- git as a default version control system
- docker-ce + docker-compose
- gradle as a build tool
- micro - tiny console editor with languages support
- Development stacks
- JVM JDK8 + JDK10 + switching toolkit
- located inside .gitconfig file
- github user configuration
- shortcuts/aliases introduction to reduce useless keyboard typing
- located under .gradle/ folder
- speed-up build using:
- daemon to hung around, expecting next call
- incubating configure-on-demand feature
- turn on incubating parallel-build feature
- hasJDK8 and JDK11 under the hood
- JDK11 choosen by default
- switch could be done with update-java-alternatives