Skip to content
This repository has been archived by the owner on Nov 18, 2021. It is now read-only.

zinit package for installing romkatv/zsh-bin

License

Notifications You must be signed in to change notification settings

zdharma-continuum/zinit-package-zsh-static

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Deprecated

❗ All zinit-packages have been migrated to https://github.com/zdharma-continuum/zinit-packages You'll find the source for this here package in https://github.com/zdharma-continuum/zinit-packages/tree/HEAD/zsh-static

zinit package for romkatv/zsh-bin

Very much WIP.

Usage

zinit pack for zsh-static

Profiles

Default profile

Requires root or sudo. Installs static zsh to /usr/local and tries to register it as a login shell.

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

rootless profile

Does not require root. Installs static zsh to ~/.local.

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

bgn profile

🚧 DO NOT USE. WIP.

The Zinit command that'll be run will be equivalent to:

zinit lucid as"null" \
  from"gh-r" \
  sbin"bin/zsh*" \
  bpick"*.tar.gz" \
  nocompile \
  for @romkatv/zsh-bin

About

zinit package for installing romkatv/zsh-bin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published