A ZSH theme inspired by agnoster-zsh-theme, written in Rust.

sh
cargo install almel
I provide precompiled binary in releases.
Add the following to your .bashrc.
bash
eval "$(almel init bash)"
Add the following to your .zshrc.
zsh
eval "$(almel init zsh)"
Add the following to your ~/.config/fish/config.fish:
fish
almel init fish | source
Almel looks for the configuration file at the following paths:
$ALMEL_CONFIG_FILE$XDG_CONFIG_HOME/almel/almel.yml$HOME/.config/almel/almel.yml