From 3c088d0fb27679397741d99147bf0f3f914ca1dc Mon Sep 17 00:00:00 2001 From: radumacocian Date: Sun, 18 Aug 2024 19:43:39 +0200 Subject: [PATCH] fixed paths --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 07b427d..be9e0e7 100644 --- a/install.sh +++ b/install.sh @@ -18,7 +18,7 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then fi cd nvim_config -ln -s .config/nvim ~/.config/nvim -ln -s .vim/undodir ~/.vim/undodir +ln -s ~/projects/nvim_config/.config/nvim ~/.config/nvim +ln -s ~/projects/nvim_config/.vim/undodir ~/.vim/undodir nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'