sgleizes / xsh-modules

A collection of xsh modules for various plugin managers and frameworks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Xsh Modules

This repository is a collection of self-contained xsh modules for demonstration purposes.

It is meant as a quick way to integrate with the various plugin managers and frameworks available out there. It is not meant to be a library of modules for specific applications, since this is what plugin managers and libraries already provide.

Usage

Simply clone this repository somewhere and copy the module(s) you are interested in to your xsh configuration directory:

git clone https://github.com/sgleizes/xsh-modules
cp -r xsh-modules/zsh/zinit $XSH_CONFIG_DIR/zsh

Then register the module in your xsh init file:

xsh module zinit

And reload your shell:

exec zsh

About

A collection of xsh modules for various plugin managers and frameworks.

License:The Unlicense


Languages

Language:Shell 100.0%