The Zrep Package Installer, akin to pip for PyPi https://zrep.kekepower.com/
Go to file
Stig-Ørjan Smelror de29949486 Update zrep script with new color scheme and theme loading functionality.
- Added new base_colors associative array for color definitions.
- Implemented zrep_load_theme function to load themes.
- Modified zrep_msg function to use colors from the current theme.
- Updated zrep_version function to use theme colors for help and info.
- Adjusted zrep_list_installed_packages to use base_colors for color definitions.
- Enhanced zrep_update_package with informative messages.
- Added zrep_download_package function for downloading packages.
- Improved zrep_install_package to use zrep_download_package for downloads.
- Updated main function to load the global theme.
2024-03-12 23:52:10 +01:00
functions Big update. The frontend is close to working. - Wed, 28 Feb 2024 23:41:09 +0100 2024-02-28 23:41:09 +01:00
themes Update zrep script with new color scheme and theme loading functionality. 2024-03-12 23:52:10 +01:00
LICENSE Initial commit 2024-02-27 16:48:58 +01:00
README.md Update zrep logo in README.md 2024-03-10 09:49:34 +01:00
zrep Update zrep script with new color scheme and theme loading functionality. 2024-03-12 23:52:10 +01:00
zrep-logo.svg Update zrep logo in README.md 2024-03-10 09:49:34 +01:00

Zsh Repository Tool (zrep)

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.

Key Features

  • Easy Installation: zrep simplifies the process of installing Zsh packages. With a single command, you can install packages from the zrep repository.

  • Package Management: zrep provides a set of commands to manage your installed packages. You can list, enable, disable, update, and remove packages effortlessly.

  • Centralized Repository: All packages are stored in a central repository, making it convenient to discover and share Zsh packages with the community.

  • Automatic Setup: zrep automatically sets up the necessary configuration files and directories, ensuring a smooth integration with your Zsh environment.

  • Customizable: zrep allows you to customize the installation directory and other settings through a configuration file.

Getting Started

To start using zrep, simply run the zrep init command to initialize the tool. zrep will guide you through the setup process and create the required configuration files.

Once initialized, you can explore and install packages using commands like zrep install <author/package>, zrep list, and zrep enable <author/package>.

Contributing

zrep is an open-source project, and contributions are welcome! If you have any ideas, bug reports, or feature requests, please open an issue on the GitHub repository.

License

zrep is released under the MIT License.