Skip to content
This repository has been archived by the owner on Mar 9, 2023. It is now read-only.

Ryooooooga/almel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Almel

Note: almel is deprecated. Please consider using croque.

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