From c6ce78545cf99f26ef19a328bdd92a67f7717e9a Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Fri, 31 May 2024 01:00:07 +0300 Subject: [PATCH] nvim tests --- run_onchange_after_install_main_deps.sh.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/run_onchange_after_install_main_deps.sh.tmpl b/run_onchange_after_install_main_deps.sh.tmpl index cf34344..962a1b2 100644 --- a/run_onchange_after_install_main_deps.sh.tmpl +++ b/run_onchange_after_install_main_deps.sh.tmpl @@ -254,8 +254,8 @@ cp ~/.ssh/authorized_keys ~/.ssh/authorized_keys.old 2>/dev/null || true cat ~/.ssh/authorized_keys.old <(echo "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPdqIDeRKDOh7NQDcqnmLH/6M0ys7Wt/SEnF6ZYqroiH") 2>/dev/null | awk '!seen[$1]++' > ~/.ssh/authorized_keys new_line "Executing neovim :Lazy sync..." -timeout 15s nvim --headless "+Lazy! sync" -c "sleep 14" +qa 2>&1|pad -timeout 10s nvim --headless ":MasonUpdate" -c "sleep 9"+qa 2>&1|pad +timeout 20s nvim --headless -c "sleep 1" -c "Lazy! sync" -c "sleep 5" +qa 2>&1|pad +timeout 20s nvim --headless -c "sleep 1" -c ":MasonUpdate" -c "sleep 5"+qa 2>&1|pad {{ if eq .chezmoi.os "linux" -}} new_line "Setting timezone to Moscow"