first windows configuration
This commit is contained in:
parent
386f3d77d4
commit
a5684ded6c
5 changed files with 21 additions and 11 deletions
|
@ -1 +1 @@
|
|||
_home.windows
|
||||
chezmoi.roots/_home.windows
|
0
chezmoi.roots/_home.windows/.chezmoi.toml.tmpl
Normal file
0
chezmoi.roots/_home.windows/.chezmoi.toml.tmpl
Normal file
|
@ -0,0 +1,3 @@
|
|||
{{- output "chezmoi" "execute-template" "-f" (
|
||||
list .chezmoi.sourceDir "../_src.all/private_dot_config/wezterm/wezterm.lua.tmpl" | join "/"
|
||||
) -}}
|
|
@ -11,7 +11,7 @@ if wezterm.config_builder then
|
|||
config = wezterm.config_builder()
|
||||
end
|
||||
|
||||
{{- if eq .chezmoi.os "Windows" }}
|
||||
{{- if eq .chezmoi.os "windows" }}
|
||||
config.default_prog = { 'pwsh' }
|
||||
{{- end }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue