z-shell / null

Repository for ZI's hooks-hacks.

Home Page:https://z.digitalclouds.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logo ❮ ZI ❯ Plugin - Null

An empty repository to aid ZI atclone'' hook.

Use case example:

# The invocation uses https://github.com/z-shell/null repo as a placeholder
# for the atclone'' and atpull'' hooks

zi ice as"program" pick"$ZPFX/sdkman/bin/sdk" id-as'sdkman' run-atpull \
  atclone"wget https://get.sdkman.io -O scr.sh; SDKMAN_DIR=$ZPFX/sdkman bash scr.sh" \
  atpull"SDKMAN_DIR=$ZPFX/sdkman sdk selfupdate" \
  atinit"export SDKMAN_DIR=$ZPFX/sdkman; source $ZPFX/sdkman/bin/sdkman-init.sh"
zi light z-shell/null

About

Repository for ZI's hooks-hacks.

https://z.digitalclouds.dev

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%