Update dotfiles/.local/share/chezmoi/home/.chezmoiscripts/archlinux/run_onchange_before_11-install-archlinux-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/archlinux/run_onchange_before_10_install-archlinux-dependencies.tmpl

This commit is contained in:
Brian Zalewski 2022-11-24 16:22:17 +00:00
parent a752529664
commit 29c44f3a12
2 changed files with 0 additions and 4 deletions

View file

@ -1,5 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env bash
{{- if eq .host.distro.id "arch" }}
# Required for styled logging # Required for styled logging
{{- includeTemplate "universal/logg" }} {{- includeTemplate "universal/logg" }}
@ -30,4 +29,3 @@ if ! command -v yay > /dev/null; then
logg 'Installing yay' logg 'Installing yay'
makepkg -si makepkg -si
fi fi
{{- end }}

View file

@ -1,5 +1,3 @@
#!/usr/bin/env bash #!/usr/bin/env bash
{{- if eq .host.distro.id "arch" }}
{{ $supportedManagers := list "flatpak" "snap" "whalebrew" "pacman" "brew" "yay" "go" "cargo" "npm" "pipx" "gem" "appimage" "binary" }} {{ $supportedManagers := list "flatpak" "snap" "whalebrew" "pacman" "brew" "yay" "go" "cargo" "npm" "pipx" "gem" "appimage" "binary" }}
{{- end }}