cmatrix
Summary
Section titled “Summary”Compiles and installs cmatrix (the Matrix terminal animation) from source into the Zinit prefix directory ($ZPFX).
Syntax / Usage
Section titled “Syntax / Usage”zi for \ as'program' \ atclone"./configure --prefix=$ZPFX > /dev/null" \ atpull'%atclone' \ make"-j PREFIX=${ZPFX} install > /dev/null" \ pick"cmatrix" \ abishekvashok/cmatrixDetails
Section titled “Details”as'program'— adds the picked file to$PATHinstead of sourcing it.atclone— runs./configure --prefix=$ZPFXto prepare the build, installing into Zinit’s prefix directory.atpull'%atclone'— repeatsatcloneon every update to reconfigure before re-building.make"-j PREFIX=${ZPFX} install"— builds and installs using all available CPU cores; output is suppressed.pick"cmatrix"— selects the compiledcmatrixbinary as the program to expose on$PATH.
$ZPFX defaults to ~/.local/share/zinit/polaris; $ZPFX/bin is automatically on $PATH.
Examples
Section titled “Examples”zi for \ as'program' \ atclone"./configure --prefix=$ZPFX > /dev/null" \ atpull'%atclone' \ make"-j PREFIX=${ZPFX} install > /dev/null" \ pick"cmatrix" \ abishekvashok/cmatrix