mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-16 06:32:51 +02:00
add zed config/ add linux ssh/git config
This commit is contained in:
parent
410484752c
commit
2a34219c63
8 changed files with 1514 additions and 5 deletions
9
dot_ssh/config.tmpl
Normal file
9
dot_ssh/config.tmpl
Normal file
|
@ -0,0 +1,9 @@
|
|||
{{- if eq .chezmoi.os "windows" -}}
|
||||
{{- template "dot_sshconfig_windows.tmpl" . -}}
|
||||
{{- else if eq .chezmoi.os "linux" -}}
|
||||
{{- if (.chezmoi.kernel.osrelease | lower | contains "microsoft") -}}
|
||||
{{- template "dot_sshconfig_wsl.tmpl" . -}}
|
||||
{{- else -}}
|
||||
{{- template "dot_sshconfig_linux.tmpl" . -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
Loading…
Add table
Add a link
Reference in a new issue