https://github.com/z-shell/zsh-bin
📦 ❮ Zi ❯ Package - Zsh Bin
https://github.com/z-shell/zsh-bin
hermetic relocatable statically-linked zpackage zsh zsh-bin zshell
Last synced: 4 months ago
JSON representation
📦 ❮ Zi ❯ Package - Zsh Bin
- Host: GitHub
- URL: https://github.com/z-shell/zsh-bin
- Owner: z-shell
- License: mit
- Created: 2021-12-07T01:49:50.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-30T14:58:03.000Z (about 3 years ago)
- Last Synced: 2025-05-05T17:23:35.720Z (9 months ago)
- Topics: hermetic, relocatable, statically-linked, zpackage, zsh, zsh-bin, zshell
- Homepage: https://wiki.zshell.dev
- Size: 36.1 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Package of statically-linked, hermetic, relocatable - romkatv/zsh-bin
Package source:
Source Tarball
Binary
Git
Node
Gem
Status:
❌
❌
✔️ (default)
❌
❌

## Available `pack''` invocations
```zsh
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.
```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.
```shell
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](https://github.com/z-shell-zi)
The [romkatv/zsh-bin](https://github.com/romkatv/zsh-bin) zsh package that uses the [zsh-string-lib](https://github.com/z-shell/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.