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

View file

@ -4,7 +4,7 @@
if command -v install-software > /dev/null; then if command -v install-software > /dev/null; then
logg 'Installing packages defined in .chezmoidata.yaml under the .softwareGroups key' 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 else
logg error '`install-software` is not in the PATH' logg error '`install-software` is not in the PATH'
fi fi

View file

@ -39,7 +39,7 @@ if [ "$BASH_SUPPORT" = 'true' ]; then
### Styled Terminal ### Styled Terminal
if command -v oh-my-posh > /dev/null; then if command -v oh-my-posh > /dev/null; then
# Oh My Posh (See: https://ohmyposh.dev/) # 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 else
# Basic styled terminal # Basic styled terminal
case "$TERM" in case "$TERM" in