This repository is based on the
the devcontainers/features
repository.
Install the modern shell utilities:
- eza, ls alternative (previously exa was bundled)
- fd, find alternative
- ag (The Silver Seacher), grep alternative
- bat, cat alternative
Install kotlinc and ktlint.
NB. requires Java to work. Either use a base image with Java or add feature
ghcr.io/devcontainers/features/java:1
.