An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



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

```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.