Add uninstall

This commit is contained in:
Cheick Diarra 2024-01-11 20:13:10 +01:00 committed by GitHub
parent 9b2b82f5a8
commit 6b209bc932
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,12 +27,6 @@ brew install fd
## Step 3: Install Lazyvim ## Step 3: Install Lazyvim
- Pull the config - Pull the config
```console ```console
# Backup
mv ~/.config/nvim{,.bak}
mv ~/.local/share/nvim{,.bak}
mv ~/.local/state/nvim{,.bak}
mv ~/.cache/nvim{,.bak}
# Pull # Pull
git clone https://github.com/Diachk/lazy-nvim-config.git ~/.config/nvim git clone https://github.com/Diachk/lazy-nvim-config.git ~/.config/nvim
@ -40,5 +34,14 @@ git clone https://github.com/Diachk/lazy-nvim-config.git ~/.config/nvim
neovim neovim
```` ````
## Uninstall
```
# Backup
rm -rf ~/.config/nvim
rm -rf ~/.local/share/nvim
rm -rf ~/.local/state/nvim
rm -rf ~/.cache/nvim
```
## Example configs ## Example configs
- https://github.com/rtgiskard/lazyNvim - https://github.com/rtgiskard/lazyNvim