Update dotfiles/.local/share/chezmoi/home/.chezmoiremove, dotfiles/.local/share/chezmoi/home/.chezmoiignore
This commit is contained in:
parent
40f97bd116
commit
dc7707c4ca
2 changed files with 21 additions and 2 deletions
|
@ -1 +1 @@
|
|||
.chezmoiscripts
|
||||
|
||||
|
|
|
@ -26,10 +26,29 @@ Brewfile
|
|||
{{- end }}
|
||||
|
||||
{{- if ne .host.distro.id "darwin" }}
|
||||
!.chezmoiscripts/universal
|
||||
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 }}
|
||||
|
|
Loading…
Reference in a new issue