From 2b5750da54acf935e0ae2ab7684d9ad393a5a498 Mon Sep 17 00:00:00 2001 From: Felix Delattre Date: Thu, 9 Mar 2023 23:46:47 +0100 Subject: [PATCH] Updated chezmoiignore file. --- .chezmoiignore | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.chezmoiignore b/.chezmoiignore index 687901a..076299c 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -1,6 +1,10 @@ -{{ if ne .chezmoi.os "darwin" }} -.oh-my-zsh/custom/mac.zsh -{{ end }} -{{ if ne .chezmoi.os "linux" }} +{{ if eq .chezmoi.os "darwin" }} .oh-my-zsh/custom/linux.zsh +.config/i3/config +{{ end }} +{{ if eq .chezmoi.os "linux" }} +.oh-my-zsh/custom/mac.zsh +.yabairc +.skhdrc +.config/spacebar {{ end }}