refactor(Installers): Update all installers to use library helpers and Update add_installer skill

This commit is contained in:
2026-06-28 08:17:30 +05:30
parent 03e9c20e54
commit f9a25ff37e
7 changed files with 54 additions and 39 deletions

View File

@@ -19,6 +19,7 @@ install_fzf() {
log_info "fzf not found. Installing fzf..."
pkg_install fzf
registry_add_sys_deps "zoxide" "fzf"
}
install_zoxide() {