From 37dd52eecc76e4e22ff5436775bac65f9419f381 Mon Sep 17 00:00:00 2001 From: krolyxon Date: Sat, 8 Jul 2023 13:15:01 +0530 Subject: [PATCH] README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d488836..50565cc 100644 --- a/README.md +++ b/README.md @@ -1 +1,11 @@ -This is my neovim config, most of the stuff is taken from [NvChad](https://github.com/nvchad/nvchad) and modified it for my personal needs. +## Installation +```bash +# backup your current config +mv ~/.config/nvim ~/.config/nvim.bak +mv ~/.local/share/nvim ~/.local/share/nvim.bak + +# clone my configuration +git clone https://github.com/krolyoxn/nvim.git ~/.config/nvim +``` + +### Thanks to [NvChad](https://github.com/nvchad/nvchad)