Skip to content

Ryooooooga/croque

Repository files navigation

Croque

Fast and customizable shell prompt.

Optional Requirements

Installation

From source

cargo install croque

From Homebrew

brew install ryooooooga/tap/croque

From precompiled binary

releases

Bash

# ~/.bashrc
eval "$(croque init bash)"

Zsh

# ~/.zshrc
eval "$(croque init zsh)"

Using Zinit

# .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

# ~/.config/fish/config.fish
croque init fish | source

Configuration

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