#zsh #shell-prompt #prompt #themes #bash #fish #customizable

app almel

A ZSH theme inspired by agnoster-zsh-theme

22 stable releases

1.4.7 Jan 21, 2023
1.4.4 Dec 22, 2022
1.4.3 Jun 21, 2022
1.3.1+2 Mar 25, 2022
1.1.4 Nov 23, 2019

#5 in #theme

Download history 22/week @ 2024-02-16 24/week @ 2024-02-23 5/week @ 2024-03-08 2/week @ 2024-03-15 56/week @ 2024-03-29

63 downloads per month

MIT license

215KB
2K SLoC

Almel

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

Installation

From source

cargo install almel

From Homebrew

brew install ryooooooga/tap/almel

From 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)"

Enable asynchronous prompt (requires zsh-async).

eval "$(almel init zsh --async)"

Fish

Add the following to your ~/.config/fish/config.fish:

almel init fish | source

Configuration

Almel looks for the configuration file at the following paths:

  1. $ALMEL_CONFIG_FILE
  2. $XDG_CONFIG_HOME/almel/almel.yml
  3. $HOME/.config/almel/almel.yml

Dependencies

~17MB
~370K SLoC