Coder Social home page Coder Social logo

z-shell-_-zsh's Introduction

ZI Logo โฎ ZI โฏ Package - Zsh

Builds and installs the newest/selected zsh version

Package source: Source Tarball Binary Git Node Gem
Status: โŒ โŒ โœ”๏ธ (default) โŒ โŒ

zi package zsh


Available pack'' invocations

# Install the newest zsh
zi pack for zsh

# Install the selected zsh version
zi pack"5.9" for zsh
zi pack"5.8.1" for zsh
zi pack"5.8" for zsh
zi pack"5.7.1" for zsh
zi pack"5.6.2" for zsh
zi pack"5.5.1" for zsh
zi pack"5.4.2" for zsh
zi pack"5.3.1" for zsh
zi pack"5.2.4" for zsh
zi pack"5.1.1" for zsh

Default Profile

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

zi ice as"null" lucid atclone'./.preconfig; print -P %F{208}Building \
  Zsh...%f; CPPFLAGS="-I/usr/include -I/usr/local/include" CFLAGS="-g \
  -O2 -Wall" LDFLAGS="-L/usr/libs -L/usr/local/libs" \
  ./configure --prefix="$ZPFX" --enable-shared >/dev/null && make install.bin install.fns \
  install.modules >/dev/null && sudo rm -f /bin/zsh && sudo cp -vf \
  Src/zsh /bin/zsh && print -P %F{208}The build succeeded.%f || print \
  -P %F{160}The build failed.%f'
    atpull"%atclone" nocompile countdown git for \
      zsh-users/zsh

It copies the zsh binary onto /bin/zsh.

ZI Completions Control

Package: system-completions

Moves the stock Zsh completions under the control of ZI (optional)

zi pack for system-completions

# Utilize Turbo
zi wait pack for system-completions

# Utilize Turbo and initialize the completion system
zi wait pack atload=+"zicompinit; zicdreplay" for system-completions

Selectively enable and disable the completions with cenable and cdisable.


This repository compatible with ZI

The zsh-users/zsh 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.

z-shell-_-zsh's People

Contributors

ss-o avatar jwdevelab avatar renovate-bot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.