chezmoi: init scripts

This commit is contained in:
js0ny 2025-09-27 16:10:43 +01:00
parent c1a63e4658
commit eb31d815ce
6 changed files with 38 additions and 0 deletions

View file

@ -0,0 +1,6 @@
#!/bin/sh
# shellcheck shell=sh
if command -v nvim > /dev/null 2>&1; then
nvim --headless +checkhealth +"w nvim-healthcheck.txt" +qall
fi