Update dotfiles/.local/share/chezmoi/home/.chezmoiignore, dotfiles/.local/share/chezmoi/home/.chezmoiremove, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_60-cleanup.tmpl
This commit is contained in:
parent
7b98a36d98
commit
a752529664
3 changed files with 16 additions and 6 deletions
|
@ -0,0 +1 @@
|
|||
.chezmoiscripts
|
|
@ -18,3 +18,18 @@ 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" }}
|
||||
!.chezmoiscripts/universal
|
||||
Library
|
||||
{{- end }}
|
||||
|
||||
{{- if ne .host.distro.id "windows" }}
|
||||
AppData/
|
||||
{{- end }}
|
||||
|
|
|
@ -2,12 +2,6 @@
|
|||
{{ if or (eq .chezmoi.os "linux") (eq .chezmoi.os "darwin") }}
|
||||
|
||||
source "$HOME/.config/shell/exports"
|
||||
echo 'Cleaning up unnecessary artifacts'
|
||||
|
||||
rm -rf ~/AppData
|
||||
{{ if or (eq .chezmoi.os "linux") }}
|
||||
rm -rf ~/Library
|
||||
{{ end }}
|
||||
|
||||
logg 'Ensuring Taskfiles are linked properly'
|
||||
if [ -d "$HOME/.local/shared-common" ]; then
|
||||
|
|
Loading…
Reference in a new issue