16 lines
310 B
Plaintext
16 lines
310 B
Plaintext
/.idea
|
|
/README.md
|
|
/scripts
|
|
{{- if not .include_legacy }}
|
|
/.local/share/duck-encoder
|
|
{{- end }}
|
|
{{- if ne .role "personal" }}
|
|
/.config/git/config.d/personal.config
|
|
/.ssh
|
|
{{- end }}
|
|
{{- if ne .role "work" }}
|
|
/.config/nushell/lib/work
|
|
/.config/nushell/lib/work/mod.nu
|
|
/.config/git/config.d/work.config
|
|
{{- end }}
|