Use this Docker image to get your hands dirty with a spicy zsh
experience.
Based on Debian 12, this image comes with a pre-configured zsh
setup, including:
- zsh-syntax-highlighting
- zsh-autosuggestions
- zsh-autocomplete
- starship.rs
- bat
- lsd
- btop
- asdf
- tldr
- duc
- duf
- zoxide
- direnv
- fonts-firacode
$ docker run -it --rm ghcr.io/simonneutert/shell-curry-debian-12-example:main
Inside Docker/zsh you can now type batcat GET_STARTED.md
and complete the setup process.
(After having run the init.zsh script, batcat will be available as bat
.)
$ zsh init.zsh
and confirm withy
$ source .zshrc
$ bat ./.zsh_aliases
and off you go