refactor mac configs (closes )

This commit is contained in:
Matthew Ryan Dillon 2025-04-05 17:01:27 -04:00
parent 6040cac5f8
commit b3773ae801
7 changed files with 28 additions and 34 deletions

View file

@ -1,8 +1,10 @@
{{- if ne .hosttype "work" }}
.zshklaviyo
{{- end }}
{{- if ne .hosttype "personal" }}
{{- if eq .hosttype "work" }}
.zshprivate
{{- end }}
work_paths
work_packages
{{- if eq .hosttype "personal" }}
.apprc
.s2a_login
.work_packages
.work_paths
.zshklaviyo
{{- end }}