Update .scripts/install_base.sh

This commit is contained in:
V 2022-12-04 00:40:13 +04:00
parent 7ddc01a866
commit 31eeba2c37
1 changed files with 1 additions and 1 deletions

2
dot_scripts/executable_install_base.sh Executable file → Normal file
View File

@ -50,7 +50,7 @@ else
fi
## Neovim
nvim -c 'PackerSync' -c 'qall'
nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
## Add user to useful groups
sudo usermod -aG wheel,input,audio,video,lp v