Add post install/update functionality.

This commit is contained in:
Bartek Stalewski 2024-06-25 00:06:22 +02:00
parent da19c0a6c9
commit c9d2cf6c80
No known key found for this signature in database
5 changed files with 25 additions and 4 deletions

3
scripts/post-update.sh Normal file
View file

@ -0,0 +1,3 @@
#!/bin/sh
nvim -c "lua require('lazy').sync({wait = true})"