← projects

zsh-vibecheck

Three zsh functions that judge your actions: based, cringe, and vibecheck. ASCII art included. Pointless but necessary.

shipped Shellzsh

What

Three shell functions for your .zshrc:

  • based — prints a gigachad with a BASED verdict
  • cringe — prints a soyjak with a CRINGE verdict
  • vibecheck — coin-flips between the two

Install

# Manual
git clone https://github.com/Amir0234-afk/zsh-vibecheck ~/.config/zsh/vibecheck
source ~/.config/zsh/vibecheck/vibecheck.zsh

# oh-my-zsh plugin
# clone into $ZSH_CUSTOM/plugins/vibecheck, then add to plugins=()

Requires pv for the animated output.