From 85e35d9ea0cb5e9dde286ace4ad4e5379ef01651 Mon Sep 17 00:00:00 2001 From: pika Date: Fri, 23 May 2025 16:44:43 +0200 Subject: [PATCH] testing new syntax.. kinda.. --- neovim.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neovim.sh b/neovim.sh index 48c1af7..323cd28 100644 --- a/neovim.sh +++ b/neovim.sh @@ -69,7 +69,7 @@ debian | ubuntu | arch | fedora | alpine | opensuse) for pkg in "${pkgArray[@]}"; do if ! command_exists $pkg; then - spin yellow bold "Installing $(pen red $pkg)" + spin bold "Installing $pkg" run --err err pkg-install $pkg && check "$pkg $(pen green installed)!" || throw "Something went wrong! Could not install $(pen bold red $pkg)" && throw "${err:-}" @@ -141,7 +141,7 @@ else # echo_warning "You don't have a neovim config installed. Do you want to clone one now? [Y]es (standard), [m]inimal, [n]o" # read -r askNvim - choose askNvim "You don't have a neovim config installed. Do you want to clone one now?" "pika's standard config" "pika's minimal config" none + choose askNvim "You don't have a neovim config installed. Do you want to clone one now?" "pika's standard config" "pika's minimal config" own none