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

Using Zinit

```zsh

.zshrc

zinit light-mode from'gh-r' as'program' for \ atclone'./croque init zsh >croque.zsh; zcompile croque.zsh' atpull'%atclone' \ src'croque.zsh' \ @'Ryooooooga/croque' ```

Fish

```fish

~/.config/fish/config.fish

croque init fish | source ```

Configuration

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