From b0c21c0e87646b79967ccb654f162bb51bf7e7ad Mon Sep 17 00:00:00 2001 From: cuqmbr Date: Fri, 16 Feb 2024 17:32:03 +0200 Subject: [PATCH] fix: chage single quotes to double quotes in installation command in README.md This chage helps to avoid escaping single quote in word "cuqmbr'r" --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e05e476..82d96be 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,11 @@ Clone the repository into the correct location (make a backup your current `nvim The following command makes it all automatically: ``` -cp -r ~/.config/nvim ~/.config/nvim_old && rm -rf ~/.cache/nvim ~/.local/share/nvim ~/.local/state/nvim ~/.config/nvim && git clone git@gitea.cuqmbr.xyz:cuqmbr/nvim-config.git ~/.config/nvim && echo 'cuqmbr's NeoVIM config installation completed successfuly' || echo 'Failed to install cuqmbr's NeoVIM config' +cp -r ~/.config/nvim ~/.config/nvim_old && \ +rm -rf ~/.cache/nvim ~/.local/share/nvim ~/.local/state/nvim ~/.config/nvim && \ +git clone git@gitea.cuqmbr.xyz:cuqmbr/nvim-config.git ~/.config/nvim && \ +echo "cuqmbr's NeoVIM config installation completed successfuly" || \ +echo "Failed to install cuqmbr's NeoVIM config" ``` Run `nvim` in your terminal and wait for the plugins to be installed. It should take less than a minute. Reopen nvim