new neovim compile
This commit is contained in:
parent
816e63f155
commit
7c5da02d2d
@ -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 50s nvim --headless "+Lazy! sync" +qa 2>&1|pad
|
||||
timeout 30s nvim --headless ":MasonUpdate" +qa 2>&1|pad
|
||||
timeout 15s nvim --headless "+Lazy! sync" 2>&1|pad
|
||||
timeout 10s nvim --headless ":MasonUpdate" 2>&1|pad
|
||||
|
||||
{{ if eq .chezmoi.os "linux" -}}
|
||||
new_line "Setting timezone to Moscow"
|
||||
|
Loading…
Reference in New Issue
Block a user