From 3c739259e07152b4c35e695f139d6b2a10acc8a6 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Fri, 25 Apr 2025 05:30:22 +0800 Subject: [PATCH] feat: add windows os script if --- .chezmoiignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.chezmoiignore b/.chezmoiignore index b8d0eb6..7e75b9d 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -11,3 +11,9 @@ chezmoi.code-workspace .local/share/konsole .config/konsolerc {{ end }} + +{{ if ne .chezmoi.os "windows" }} +*.ps1 +{{ else }} +*.sh +{{ end }} \ No newline at end of file