mirror of
https://github.com/alvinlollo/Single-install-script.git
synced 2026-06-15 03:04:26 +10:00
12 lines
359 B
Bash
12 lines
359 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
|
|
|
|
curl -fsSL https://raw.githubusercontent.com/alvinlollo/Single-install-script/refs/heads/main/requirements.txt | pip install -r -
|