Almel
A ZSH theme inspired by agnoster-zsh-theme, written in Rust.
Installation
From source
cargo install almelFrom precompiled binary
I provide precompiled binary in releases.
Bash
Add the following to your .bashrc.
eval "$(almel init bash)"Zsh
Add the following to your .zshrc.
eval "$(almel init zsh)"Fish
Add the following to your ~/.config/fish/config.fish:
almel init fish | sourceConfiguration
Almel looks for the configuration file at the following paths:
$ALMEL_CONFIG_FILE$XDG_CONFIG_HOME/almel/almel.yml$HOME/.config/almel/almel.yml
