We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2e06be commit 06f3bf1Copy full SHA for 06f3bf1
1 file changed
home/.chezmoi.toml.tmpl
@@ -4,11 +4,11 @@
4
{{ $gui := promptBoolOnce . "gui" "Enable GUI options" -}}
5
{{ $defaultPkgType := "brew" -}}
6
{{ if eq .chezmoi.os "linux" -}}
7
-{{ $defaultPkgType = "apt" -}}
+{{ $defaultPkgType = "apt" -}}
8
{{ end -}}
9
{{ $useLinuxBrew := false -}}
10
11
-{{ $useLinuxBrew = promptBoolOnce . "useLinuxBrew" "Use LinuxBrew" -}}
+{{ $useLinuxBrew = promptBoolOnce . "useLinuxBrew" "Use LinuxBrew" -}}
12
13
14
{{ $brewPrefix := "" -}}
0 commit comments