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

https://github.com/redxtech/zsh-load-module


https://github.com/redxtech/zsh-load-module

Last synced: 16 days ago
JSON representation

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.