1.0.3
Small style, formatting and bug fix release:
- actions: add shellcheck linter action
- docs: add license header to files, Fix #10
- init: remove theme and icons symlink
it was used to integrate host's theme and icons into container
but creates many problems, let's wait and find a better solution - init: add groupadd command before useradd
- enter: simplify env passing
- create, enter: use eval to execute the generated command, remove shellcheck exception SC2091