https://github.com/zdharma-continuum/null
https://github.com/zdharma-continuum/null
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zdharma-continuum/null
- Owner: zdharma-continuum
- License: mit
- Created: 2021-11-01T05:30:44.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-22T06:54:25.000Z (over 1 year ago)
- Last Synced: 2025-01-13T14:19:26.639Z (5 months ago)
- Size: 5.86 KB
- Stars: 5
- Watchers: 4
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.md
Awesome Lists containing this project
README
# null
**Note: zinit and zplugin are different names of the same thing**
An empty repository to aid zplugin's hooks-hacks. You can fork it to have a private copy of it :)
Example uses:
When what's needed is an atclone'' hook to e.g. install a software (plus atpull'' hook to update it):
```
# The invocation uses https://github.com/zdharma-continuum/null repo as a placeholder
# for the atclone'' and atpull'' hookszplugin 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"
zplugin light zdharma-continuum/null
```