From 821171dee1ff9c37e8f89e976e4fc5adbdb7a161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sun, 10 Mar 2024 11:11:10 +0100 Subject: [PATCH] Minor corrections --- Home.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/Home.md b/Home.md index 0fe8644..6b39d6f 100644 --- a/Home.md +++ b/Home.md @@ -2,11 +2,12 @@ Welcome to the official Wiki for `zrep`, a comprehensive Zsh Repository Tool designed to enhance your Zsh experience. Developed with flexibility and ease of use in mind, `zrep` allows for the efficient management of Zsh functions, scripts, and addons. +`zrep` is meant to be used on a per user basis and not globally. This means that you, the user, have full control over what is installed and activated. + ## Features - **Version Control:** Easily track the version of your `zrep` installation with a straightforward versioning system. - **Dynamic Function Path Management:** Automatically adds directories containing at least one file to `fpath`. -- **Color Support:** Enhances the readability of console output with a broad color palette. - **Modular Design:** Supports the installation, removal, and management of Zsh addons and scripts. - **Configuration via `.zreprc`:** Customizable settings through a dedicated configuration file. @@ -15,7 +16,7 @@ Welcome to the official Wiki for `zrep`, a comprehensive Zsh Repository Tool des ### Installation 1. Clone the `zrep` repository to your local machine. -2. Run the script with `zsh /path/to/zrep` to initialize the installation process. +2. Run the script with `zrep init` to initialize the installation process. ### Configuration @@ -30,11 +31,12 @@ The `.zreprc` file located in your home directory (`$HOME/.zreprc`) contains all ### Basic Commands - `zrep init`: Initializes `zrep`, setting up necessary directories and configuration files. -- `zrep install `: Installs a specified package. -- `zrep remove `: Removes a specified package. -- `zrep enable `: Enables a package, adding it to your `fpath`. -- `zrep disable `: Disables a package, removing it from your `fpath`. +- `zrep install `: Installs a specified package. +- `zrep remove `: Removes a specified package. +- `zrep enable `: Enables a package, adding it to your `fpath`. +- `zrep disable `: Disables a package, removing it from your `fpath`. - `zrep list`: Lists all installed packages along with their status (active/inactive). +- `zrep help`: Show the included usage information for package. ### Advanced Features