refactor mac configs (closes #2)
This commit is contained in:
parent
6040cac5f8
commit
b3773ae801
7 changed files with 28 additions and 34 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue