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:
parent
a752529664
commit
29c44f3a12
2 changed files with 0 additions and 4 deletions
|
@ -1,5 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
{{- if eq .host.distro.id "arch" }}
|
||||
|
||||
# Required for styled logging
|
||||
{{- includeTemplate "universal/logg" }}
|
||||
|
@ -30,4 +29,3 @@ if ! command -v yay > /dev/null; then
|
|||
logg 'Installing yay'
|
||||
makepkg -si
|
||||
fi
|
||||
{{- end }}
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
#!/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" }}
|
||||
|
||||
{{- end }}
|
||||
|
|
Loading…
Reference in a new issue