Added Wezterm

This commit is contained in:
2026-08-06 15:22:29 +02:00
parent ace626ba0f
commit 83e41739bb
4 changed files with 17 additions and 2 deletions
+4 -2
View File
@@ -4,11 +4,12 @@
{{- $shell := promptBoolOnce . "features.shell" "Do you want to install the Fish shell" true }}
{{- $git := promptBoolOnce . "features.git" "Do you want to install Git" true }}
{{- $editor := promptBoolOnce . "features.editor" "Do you want to install Neovim" true }}
{{- $nix := promptBoolOnce . "features.editor" "Do you want to install the Nix package manager" true }}
{{- $nix := promptBoolOnce . "features.nix" "Do you want to install the Nix package manager" true }}
{{- $terminal := promptBoolOnce . "features.terminal" "Do you want to install Wezterm" true }}
{{- $paru := false -}}
{{ if eq .chezmoi.osRelease.id "arch" -}}
{{- $paru = promptBoolOnce . "features.editor" "Do you want to install the Paru package manager" true -}}
{{- $paru = promptBoolOnce . "features.paru" "Do you want to install the Paru package manager" true -}}
{{- end }}
[data]
@@ -21,3 +22,4 @@ git = {{ $git }}
editor = {{ $editor }}
nix = {{ $nix }}
paru = {{ $paru }}
terminal = {{ $terminal }}