fixed packersync

This commit is contained in:
radumacocian
2024-08-18 22:30:42 +02:00
parent d2c3eeed29
commit 57c676525c
2 changed files with 2 additions and 2 deletions

View File

@@ -39,8 +39,8 @@ elif [[ "$OSTYPE" == "darwin"* ]]; then
fi
fi
nvim ~/projects/setup/.config/nvim/lua/wicked/packer.lua --headless\
-c 'so' -c 'PackerSync' -c 'qall'
sudo nvim --headless nvim ~/projects/setup/.config/nvim/lua/wicked/packer.lua\
-c 'autocmd User PackerComplete quitall' -c 'so' -c 'PackerSync'
echo "----- Copying NVIM configuration -----"
if [ ! -d "$HOME/.config" ]; then