From c72035841a7076d4d9087aa289a5908071b04e70 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 16 Apr 2023 01:08:04 +0200 Subject: [PATCH] AstroNvim should be installed to repos directory and then linked. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c63e6fb..782f180 100644 --- a/install.sh +++ b/install.sh @@ -26,7 +26,7 @@ done # astronvim rm -rf ~/.config/nvim $XDG_DATA_HOME/repos/AstroNvim git clone --depth 1 https://github.com/AstroNvim/AstroNvim $XDG_DATA_HOME/repos/AstroNvim -ln -sf $XDG_DATA_HOME/repos/AstroNvim $XDG_CONFIG_HOME +ln -sf $XDG_DATA_HOME/repos/AstroNvim $XDG_CONFIG_HOME/nvim ## zsh ### modules