The Zrep Package Installer, akin to pip for PyPi https://zrep.kekepower.com/
Go to file
2024-03-09 00:36:09 +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
LICENSE Initial commit 2024-02-27 16:48:58 +01:00
README.md Fix directory removal logic in zrep_remove_package function 2024-03-04 20:34:23 +01:00
zrep Update zrep initialization to use ZREP_CONFIG variable for configuration file path. Prompt user for zrep installation directory if ZREP_CONFIG doesn't exist. Add source command for .zrep_addons in .zshrc if not present. Create or update .zrep_addons file with addon handling logic. Modify zrep_enable and zrep_disable functions to use ZREP_CONFIG variable. Update main function to call zrep_load_config. Ensure proper sourcing of .zrep_addons after enabling/disabling packages. Include necessary error handling and informative messages. - Sat, 09 Mar 2024 00:36:09 +0100 2024-03-09 00:36:09 +01:00

zrep

The Zsh Repository tool, akin to PyPi and pip


This is a work in progress. Some functionality is in place, but the back-end is still missing a lot.

Would love help and feedback!