From c4d88c89990da3ca94d88b41348a082d973282ad Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Thu, 24 Nov 2022 17:25:03 +0000 Subject: [PATCH] Update dotfiles/.local/share/chezmoi/home/.chezmoiignore, dotfiles/.local/share/chezmoi/home/.chezmoiremove --- .../.local/share/chezmoi/home/.chezmoiignore | 33 ++++++++++++++++++ .../.local/share/chezmoi/home/.chezmoiremove | 34 ------------------- 2 files changed, 33 insertions(+), 34 deletions(-) diff --git a/dotfiles/.local/share/chezmoi/home/.chezmoiignore b/dotfiles/.local/share/chezmoi/home/.chezmoiignore index 8b137891..cd8f59f9 100644 --- a/dotfiles/.local/share/chezmoi/home/.chezmoiignore +++ b/dotfiles/.local/share/chezmoi/home/.chezmoiignore @@ -1 +1,34 @@ +.chezmoiscripts +!.chezmoiscripts/{{ .host.distro.id }} +{{- if and (ne .host.distro.id "darwin") (ne .host.distro.id "linux") }} +!.chezmoiscripts/universal +{{- end }} + +{{- if ne .host.distro.family "linux" }} +private_dot_config/Kvantum +private_dot_config/bashtop +private_dot_config/desktop +private_dot_config/firejail +private_dot_config/fontconfig +private_dot_config/gtk-1.0 +private_dot_config/gtk-2.0 +private_dot_config/gtk-3.0 +private_dot_config/rofi +private_dot_config/xfce4 +private_dot_config/xsettingsd +private_dot_config/gtkrc +private_dot_config/k* +private_dot_config/mimeapps.list +private_dot_config/plasma* +dot_local/konsole +dot_Xresources +{{- end }} + +{{- if ne .host.distro.id "darwin" }} +Library +{{- end }} + +{{- if ne .host.distro.id "windows" }} +AppData/ +{{- end }} diff --git a/dotfiles/.local/share/chezmoi/home/.chezmoiremove b/dotfiles/.local/share/chezmoi/home/.chezmoiremove index 5b1a7783..bf0a4cfa 100644 --- a/dotfiles/.local/share/chezmoi/home/.chezmoiremove +++ b/dotfiles/.local/share/chezmoi/home/.chezmoiremove @@ -18,37 +18,3 @@ Brewfile .zlogout .zprofile .zshrc.zwc -.chezmoiscripts -!.chezmoiscripts/{{ .host.distro.id }} - -{{- if and (ne .host.distro.id "darwin") (ne .host.distro.id "linux") }} -!.chezmoiscripts/universal -{{- end }} - -{{- if ne .host.distro.id "darwin" }} -Library -{{- end }} - -{{- if ne .host.distro.family "linux" }} -.config/Kvantum -.config/bashtop -.config/desktop -.config/firejail -.config/fontconfig -.config/gtk-1.0 -.config/gtk-2.0 -.config/gtk-3.0 -.config/rofi -.config/xfce4 -.config/xsettingsd -.config/gtkrc -.config/k* -.config/mimeapps.list -.config/plasma* -.local/konsole -.Xresources -{{- end }} - -{{- if ne .host.distro.id "windows" }} -AppData/ -{{- end }}