From 1f394ae69a9267f1354c92863ec252b4cc1efea8 Mon Sep 17 00:00:00 2001 From: Bartek Stalewski Date: Sun, 16 Apr 2023 01:06:53 +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 1b06075..c63e6fb 100644 --- a/install.sh +++ b/install.sh @@ -25,7 +25,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 +git clone --depth 1 https://github.com/AstroNvim/AstroNvim $XDG_DATA_HOME/repos/AstroNvim ln -sf $XDG_DATA_HOME/repos/AstroNvim $XDG_CONFIG_HOME ## zsh