Skip to content
/ croq Public
forked from Ryooooooga/croque

Fast and customizable shell prompt

License

Notifications You must be signed in to change notification settings

voidxela/croq

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Croq

Fast and customizable shell prompt.

Optional Requirements

Installation

From source

cargo install croq

From Homebrew

brew install ryooooooga/tap/croq

From precompiled binary

releases

Bash

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

Zsh

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

Using Zinit

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

Fish

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

Configuration

$ croq config > ~/.config/croq/config.yaml

About

Fast and customizable shell prompt

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 82.6%
  • Shell 17.3%
  • Just 0.1%