Skip to content

z-shell/zsh-bin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZI Logo ❮ ZI ❯ Package - Zsh Bin

Package of statically-linked, hermetic, relocatable - romkatv/zsh-bin

Package source: Source Tarball Binary Git Node Gem
Status: ✔️ (default)

zi package zsh static bin


Available pack'' invocations

zi pack for zsh-bin

Default profile

Requires sudo to install Zsh to /usr/local and will attempt to register it as a login shell.

zi lucid for as"null" depth"1" \
  atclone"./install -e yes -d /usr/local" \
  atpull"%atclone" nocompile nocompletions \
    @romkatv/zsh-bin

Rootless profile

Does not require root, will install to ~/.local.

zi lucid for as"null" depth"1" \
  atclone"./install -e no -d ~/.local" \
  atpull"%atclone" nocompile nocompletions \
    @romkatv/zsh-bin

This repository compatible with ZI

The romkatv/zsh-bin zsh package that uses the zsh-string-lib to automatically:

  • get the plugin's Git repository OR release-package URL,
  • get the list of the recommended ices for the plugin,
    • there can be multiple lists of ices,
    • the ice lists are stored in profiles; there's at least one profile, default,
    • the ices can be selectively overridden.