croque

Crates.iocroque
lib.rscroque
version0.7.0
sourcesrc
created_at2023-02-19 13:56:04.551238
updated_at2024-10-05 13:33:04.484519
descriptionFast and customizable shell prompt
homepage
repositoryhttps://github.com/Ryooooooga/croque
max_upload_size
id788957
size570,521
Ryoga (Ryooooooga)

documentation

README

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
Commit count: 106

cargo fmt