From e37233009c5997789eb941bbc9f7875ba21b2d2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Thu, 4 Apr 2024 13:07:14 +0200 Subject: [PATCH] Update README with information about zrep tool and its usage. Added a section explaining what zrep is and how to share scripts. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b832ca2..0ecbdb6 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ zrep is a powerful and user-friendly package manager for the Zsh shell. It allows you to easily install, manage, and share Zsh packages, such as plugins, themes, and scripts, directly from a central repository. +## What is it? + +`zrep` in and of itself is the command line tool that you use to install and manage scripts that are placed in `$fpath` used by Zsh. The packages are available on [the zrep website](https://zrep.kekepower.com) where you can, if you want to share your own scripts, register for an account. By sharing your scripts with the community, you are probably making somebody's day easier. + +You can read more in the Wiki. + ## Key Features - **Easy Installation**: zrep simplifies the process of installing Zsh packages. With a single command, you can install packages from the zrep repository.