kekePower
  • Joined on 2024-02-27
kekePower pushed to main at kekePower/zpi 2024-03-15 23:21:32 +01:00
7da1c425f4 Title: Fix unzip command order in zrep script
kekePower pushed to main at kekePower/zpi 2024-03-15 23:19:09 +01:00
3830e58ebb Update unzip command in zrep script to use -aa flag for better compatibility.
kekePower pushed to main at kekePower/zpi 2024-03-15 23:14:52 +01:00
4337b13a28 Update zrep script with autoload fix and debug message in zrep_install_package function.
kekePower pushed to main at kekePower/zpi 2024-03-15 22:56:42 +01:00
e314131622 Update zrep script to display a newline before "No packages installed" message.
kekePower pushed to main at kekePower/zpi 2024-03-15 22:55:55 +01:00
b160120893 Update zrep script to handle cases where installed.json is empty or contains no packages. Add checks to handle empty JSON objects or arrays.
kekePower pushed to main at kekePower/zpi 2024-03-15 22:45:40 +01:00
d4e355cf32 Update zrep script with improvements in file existence check and script entry handling. Fix JSON file creation and ensure it's not empty. Refactor script entry update/addition logic for better clarity. Rearrange curl command options for zrep_download_package function.
kekePower pushed to main at kekePower/zpi 2024-03-15 22:39:28 +01:00
c297c2a551 Update curl command in zrep script for downloading packages. Fix duplicate output redirection.
kekePower pushed to main at kekePower/zpi 2024-03-15 22:35:45 +01:00
c92eb49c05 Added conditional check for zrep initialization.
kekePower pushed to main at kekePower/zpi 2024-03-15 22:19:26 +01:00
17355e5779 Title: Fix downloader selection logic in zrep script
kekePower pushed to main at kekePower/zpi 2024-03-15 22:16:37 +01:00
53bd010da6 Title: Update zrep script with downloader choice validation
kekePower pushed to main at kekePower/zpi 2024-03-15 22:10:43 +01:00
de3bb15662 Title: Update zrep script with enhanced downloader function
kekePower pushed to main at kekePower/zpi 2024-03-15 11:53:49 +01:00
17c9058be5 Added 'curl' to the list of required programs in zrep script.
kekePower pushed to main at kekePower/zpi 2024-03-14 16:24:51 +01:00
d0210580b1 Refactor zrep_list_installed_packages function
kekePower pushed to main at kekePower/zpi 2024-03-13 22:52:50 +01:00
40adc05b9b Update zrep script:
kekePower pushed to main at kekePower/zpi 2024-03-13 07:26:03 +01:00
a492260ec9 Update zrep version to 0.0.2
kekePower pushed to main at kekePower/zpi 2024-03-12 23:52:12 +01:00
de29949486 Update zrep script with new color scheme and theme loading functionality.
kekePower pushed to main at kekePower/zpi 2024-03-12 18:07:38 +01:00
7ddcd309c5 Added export statement to fix variable assignment issue in zrep script.
kekePower pushed to main at kekePower/zpi 2024-03-12 18:06:10 +01:00
548012d7cc Update zrep script with zrep_installed_json function
kekePower pushed to main at kekePower/zpi 2024-03-12 14:58:17 +01:00
4d249d2bf1 Update zrep initialization to include global settings and reminder to source zshrc. Check for 'zini' path in fpath before adding. Enhance update logic to handle specific package updates. Improve update messaging and handle no updates found case. Refactor update package function for better readability. Add conditional help message for 'init' command if config file doesn't exist.
kekePower pushed to main at kekePower/zpi 2024-03-11 22:15:47 +01:00
849d4e46a4 Updated zrep script to include functions for checking updates, updating specific packages, and installing packages. Added logic to handle package installation, removal, and updating. Improved error handling and messaging for better user experience. Enhanced functionality for managing zrep packages efficiently.