15 lines
270 B
Plaintext
15 lines
270 B
Plaintext
|
{{- if ne .include_ssh_keys "true" }}
|
||
|
.config/bash/gitea.sh
|
||
|
.ssh/gitea
|
||
|
.ssh/gitea.pub
|
||
|
.ssh/selfhosted
|
||
|
.ssh/selfhosted.pub
|
||
|
.ssh/github
|
||
|
.ssh/github.pub
|
||
|
{{- end }}
|
||
|
{{- if ne .chezmoi.os "linux" }}
|
||
|
.config/bash/ssh-agent.sh
|
||
|
.config/bash/xhost.sh
|
||
|
.config/systemd/
|
||
|
{{- end }}
|