install.sh: change nvim config remote url to non-ssh
This commit is contained in:
parent
80285dc619
commit
5368d9fc54
|
|
@ -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.
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue