Update dotfiles/.local/share/chezmoi/home/.chezmoi.yaml.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/_universal/run_onchange_before_90-install-packages.tmpl, dotfiles/.local/share/chezmoi/home/dot_bashrc

This commit is contained in:
Brian Zalewski 2022-11-27 19:38:16 +00:00
parent d8e45f5594
commit bb17e0dab0
3 changed files with 4 additions and 4 deletions

View file

@ -119,7 +119,7 @@
{{- writeToStdout "Chezmoi is running in headless environment.\n" -}}
{{- end -}}
encryption: gpg
encryption: "gpg"
gpg:
recipient: "{{ $gpgKeyId }}"
data:
@ -146,7 +146,7 @@ data:
user:
email: "{{ $email }}"
name: "{{ $name }}"
username: "{{ output "echo" "$USER" }}
username: "{{ output "echo" "$USER" }}"
domain: "{{ $domain }}"
gpg:
id: "{{ $gpgKeyId }}"

View file

@ -4,7 +4,7 @@
if command -v install-software > /dev/null; then
logg 'Installing packages defined in .chezmoidata.yaml under the .softwareGroups key'
install-software {{ join (get .softwareGroups .host.softwareGroup) " " }}
install-software {{ join (index .softwareGroups .host.softwareGroup) " " }}
else
logg error '`install-software` is not in the PATH'
fi

View file

@ -39,7 +39,7 @@ if [ "$BASH_SUPPORT" = 'true' ]; then
### Styled Terminal
if command -v oh-my-posh > /dev/null; then
# Oh My Posh (See: https://ohmyposh.dev/)
eval "$(oh-my-posh init bash --config "$XDG_CONFIG_HOME/oh-my-posh/Betelgeuse.omp.json)"
eval "$(oh-my-posh init bash --config "$XDG_CONFIG_HOME/oh-my-posh/Betelgeuse.omp.json")"
else
# Basic styled terminal
case "$TERM" in