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

app almel

受 agnoster-zsh-theme 启发的 ZSH 主题

22 个稳定版本

1.4.7 2023年1月21日
1.4.4 2022年12月22日
1.4.3 2022年6月21日
1.3.1+2 2022年3月25日
1.1.4 2019年11月23日

#8 in #fish

Download history 4/week @ 2024-03-07 3/week @ 2024-03-14 5/week @ 2024-03-28 1/week @ 2024-04-04

每月 133 次下载

MIT 协议

215KB
2K SLoC

Almel

agnoster-zsh-theme 启发的 ZSH 主题,使用 Rust 编写。

安装

从源代码安装

cargo install almel

通过 Homebrew 安装

brew install ryooooooga/tap/almel

通过预编译的二进制文件安装

我在 发布 中提供了预编译的二进制文件。

Bash

将以下内容添加到您的 .bashrc

eval "$(almel init bash)"

Zsh

将以下内容添加到您的 .zshrc

eval "$(almel init zsh)"

启用异步提示符(需要 zsh-async)。

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

Fish

将以下内容添加到您的 ~/.config/fish/config.fish

almel init fish | source

配置

Almel 在以下路径中查找配置文件

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

依赖项

约15MB
~329K SLoC