Added the Fish shell
This commit is contained in:
4
home/.chezmoi.toml.tmpl
Normal file
4
home/.chezmoi.toml.tmpl
Normal 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
3
home/.chezmoiignore.tmpl
Normal file
@@ -0,0 +1,3 @@
|
||||
{{- if not .features.shell }}
|
||||
.config/fish
|
||||
{{- end }}
|
@@ -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
|
0
home/private_dot_config/fish/completions/.gitkeep
Normal file
0
home/private_dot_config/fish/completions/.gitkeep
Normal file
0
home/private_dot_config/fish/conf.d/.gitkeep
Normal file
0
home/private_dot_config/fish/conf.d/.gitkeep
Normal file
0
home/private_dot_config/fish/functions/.gitkeep
Normal file
0
home/private_dot_config/fish/functions/.gitkeep
Normal file
0
home/private_dot_config/fish/remove_config.fish
Normal file
0
home/private_dot_config/fish/remove_config.fish
Normal file
Reference in New Issue
Block a user