1
0

Added the Fish shell

This commit is contained in:
2025-10-04 12:03:16 +02:00
parent f628303ebd
commit e28efad0c0
10 changed files with 18 additions and 5 deletions

4
home/.chezmoi.toml.tmpl Normal file
View File

@@ -0,0 +1,4 @@
{{ $shell := promptBoolOnce . "features.shell" "Do you want to install the Fish shell?" true }}
[data.features]
shell = {{ $shell }}

3
home/.chezmoiignore.tmpl Normal file
View File

@@ -0,0 +1,3 @@
{{- if not .features.shell }}
.config/fish
{{- end }}

View File

@@ -46,4 +46,5 @@ echo -e "\e[1;34mRunning the playbook...\e[0m"
ANSIBLE_CONFIG="$ANSIBLE_ROOT/ansible.cfg" \
"$ANSIBLE_ROOT/.venv/bin/ansible-playbook" \
"$ANSIBLE_ROOT/playbook.yaml" \
--extra-vars "$(chezmoi data --format=json)"
--extra-vars "$(chezmoi data --format=json)" \
--ask-become-pass