packersync before rest of config

This commit is contained in:
radumacocian
2024-08-18 22:11:22 +02:00
parent c194cd1938
commit d2c3eeed29
3 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@@ -39,6 +39,9 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
fi
fi
nvim ~/projects/setup/.config/nvim/lua/wicked/packer.lua --headless\
-c 'so' -c 'PackerSync' -c 'qall'
echo "----- Copying NVIM configuration -----"
if [ ! -d "$HOME/.config" ]; then
echo ".config folder not found. Creating one"
@@ -50,6 +53,3 @@ if [ ! -d "$HOME/.vim" ]; then
mkdir ~/.vim
fi
ln -s ~/projects/setup/.vim/undodir ~/.vim/undodir
cd ~/projects/setup/.config/nvim/lua/wicked
nvim packer.lua --headless -c 'so' -c 'PackerSync' -c 'qall'