From e1e38d6ed9401da8499f2121e2d9aaa279f246e2 Mon Sep 17 00:00:00 2001 From: SamPosh Date: Fri, 14 Apr 2023 09:04:14 +0530 Subject: [PATCH] Added install and uninstall --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index e0930ad2..b9f4e9c9 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,20 @@ F10 - step over F11 - step into shift + F11 - step out + +### To install locally +``` +git clone https://github.com/SamPosh/PyDevbox ~/.config/nvim --depth 1 && nvim +``` + +### To uninstall +``` +rm -rf ~/.config/nvim +rm -rf ~/.local/share/nvim +rm -rf ~/.cache/nvim + +``` + ``` This repo is forked from Kickstarter.nvim For nvim configuration refer : https://github.com/nvim-lua/kickstart.nvim