10 lines
214 B
Bash
10 lines
214 B
Bash
cd ~/.config
|
|
sudo rm -rf nvim
|
|
git clone https://github.com/nvim-lua/kickstart.nvim.git "${XDG_CONFIG_HOME:-$HOME/.config}"/nvim
|
|
|
|
nvim
|
|
|
|
cd ~/.config
|
|
sudo rm -rf nvim
|
|
git clone http://www.github.com/noisycarlos/nvim
|