18个版本
0.6.2 | 2024年6月14日 |
---|---|
0.6.1 | 2024年2月17日 |
0.5.7 | 2024年2月13日 |
0.5.5 | 2023年10月9日 |
0.4.0 | 2023年3月23日 |
#299 in 配置
395KB
5K SLoC
Croque
快速可定制shell提示。
可选要求
安装
从源码
cargo install croque
从Homebrew
brew install ryooooooga/tap/croque
从预编译的二进制文件
Bash
# ~/.bashrc
eval "$(croque init bash)"
Zsh
# ~/.zshrc
eval "$(croque init zsh)"
使用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
配置
$ croque config > ~/.config/croque/config.yaml
依赖
~14–23MB
~402K SLoC