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 }}