https://github.com/redxtech/zsh-load-module
https://github.com/redxtech/zsh-load-module
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/redxtech/zsh-load-module
- Owner: redxtech
- License: mit
- Created: 2021-07-12T07:28:57.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-12-14T00:46:52.000Z (over 4 years ago)
- Last Synced: 2025-02-19T13:46:52.330Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# load-module
> load-module is a zsh plugin installs predefined "modules"
## Installing
### zinit
Add this to your zinit config (.zshrc):
```zsh
zinit light redxtech/zsh-load-module
# it also works with turbo mode:
zinit ice wait lucid
zinit load redxtech/zsh-load-module
```
### oh-my-zsh
Install it with your favourite zsh package manager, or clone it directly to your
`$ZSH_CUSTOM/plugins` directory with git, and add `zsh-load-module` to the plugins
array in your `.zshrc` file:
```zsh
plugins=(... zsh-load-module)
```
## Usage
TODO: write usage section in readme
## Author
**load-module** © [Gabe Dunn](https://github.com/redxtech), Released under the [MIT](./license.md) License.