diff --git a/neovim.sh b/neovim.sh index 4103f2c..6788cf0 100644 --- a/neovim.sh +++ b/neovim.sh @@ -33,7 +33,7 @@ rm "$import" # echo_warning "cleaned $import" - source-script "https://git.k4li.de/scripts/beddu/raw/branch/main/dist/beddu.sh" + source-script "https://git.k4li.de/pika/beddu/raw/branch/main/dist/beddu.sh" } getDependencies() { @@ -75,13 +75,13 @@ cd $cloneDir || mkdir $cloneDir && cd $cloneDir line - # spin "Cloning $PACKAGE sources at $cloneDir/neovim.." - spin "Testing.." + + spin yellow "Cloning $(pen bold red $PACKAGE) sources at $(pen red $cloneDir/neovim).." if command_exists git; then sleep 1 if run --err err git clone --depth=1 https://github.com/neovim/neovim.git; then - check "Cloned sources" + check green "Cloned $PACKAGE sources" line cd neovim || throw "Cannot navigate into neovim"