Base image for setting up VS Code development environments.
This image is based on bitnami/minideb image with Zsh as the default shell. It also includes Oh My Zsh framework with some plugins pre-installed.
bat
(enhancedcat
)curl
git
glow
gpg
less
lsd
(enhancedls
)ssh
(client toolchain only)sudo
- F-Sy-H (syntax highlighting)
- [git][git] (git branch annotations)
- zsh-autocomplete (auto completion)
- zsh-autosuggestions (auto suggestions)
Can overwrite these using ZSH_PLUGINS
environment variable with a comma delimited list.
You can provide a path to your own zshrc file using ZSHRC_OVERWRITE
. Example to add an untracked local
folder with a zshrc and mount the folder. Then provide this env variable to overwrite.
To just extend functionality you can use ZSHRC_EXTRA
which will source extra zshrc startup content including PATH overwrites if desired.
- bullseye, 11
Copyright © 2022-2023 Verdigris Technologies, Inc. All rights reserved.