Croque

Fast and customizable shell prompt.

Installation

From source

sh cargo install croque

From Homebrew

sh brew install ryooooooga/tap/croque

From precompiled binary

releases

Bash

```bash

~/.bashrc

eval "$(croque init bash)" ```

Zsh

```zsh

~/.zshrc

eval "$(croque init zsh)" ```

optional requirements: zsh-async

Fish

```fish

~/.config/fish/config.fish

croque init fish | source ```

Configuration

sh $ croque config > ~/.config/croque/config.yaml