mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-15 03:04:26 +10:00
9 lines
227 B
Bash
9 lines
227 B
Bash
# LazyVim Install
|
|
mv ~/.config/nvim{,.bak}
|
|
|
|
# optional but recommended
|
|
cp ~/.local/share/nvim{,.bak} -r
|
|
cp ~/.local/state/nvim{,.bak} -r
|
|
cp ~/.cache/nvim{,.bak} -r
|
|
|
|
git clone https://github.com/alvinlollo/LazyVim ~/.config/nvim |