hyper
Summary
Section titled “Summary”Installs the Hyper terminal (built on web technologies) from a GitHub release zip archive.
Syntax / Usage
Section titled “Syntax / Usage”zi for \ bpick'*.zip' \ from'gh-r' \ sbin'!**/bin/hyper' \ @vercel/hyperDetails
Section titled “Details”from'gh-r'— downloads the release archive from GitHub Releases.bpick'*.zip'— selects only the.zipasset from the release (Hyper provides multiple formats per platform).sbin'!**/bin/hyper'— creates a lazy shim namedhyperpointing to the binary at**/bin/hyperanywhere inside the extracted archive (requireszinit-annex-bin-gem-node).
The annex zdharma-continuum/zinit-annex-bin-gem-node must be loaded before this recipe.
Examples
Section titled “Examples”# prerequisite — load once at the top of .zshrczinit light-mode for zdharma-continuum/zinit-annex-bin-gem-node
zi for \ bpick'*.zip' \ from'gh-r' \ sbin'!**/bin/hyper' \ @vercel/hyper