install.sh: change nvim config remote url to non-ssh

This commit is contained in:
krolxon 2026-01-05 23:45:05 +05:30
parent 80285dc619
commit 5368d9fc54
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
# Use GPU-accelerated video output by default. # Use GPU-accelerated video output by default.
vo=gpu vo=gpu
# Enable best HW decoder, turn off software decoding. # Enable best HW decoder, turn off software decoding.
hwdec=auto # hwdec=auto
# Keep the player open when a file's end is reached. # Keep the player open when a file's end is reached.
keep-open=yes keep-open=yes
# Color log messages on the terminal. # Color log messages on the terminal.

View File

@ -124,7 +124,7 @@ if [[ "$confirm" =~ ^[Yy]$ ]]; then
mv ~/.local/share/nvim{,.bak} mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak} mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak} mv ~/.cache/nvim{,.bak}
git clone --depth=1 git@github.com:krolyxon/nvim.git ~/.config/nvim git clone --depth=1 https://github.com/krolyxon/nvim.git ~/.config/nvim
fi fi
## Change default shell to zsh ## Change default shell to zsh