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

This commit is contained in:
Brian Zalewski 2022-11-24 15:41:17 +00:00
parent 0fdd8b6234
commit 9ac58cd435
2 changed files with 2 additions and 1 deletions

View file

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

View file

@ -1,2 +1,2 @@
{{- if eq .host.distro.id "windows" }}
{{- end -}}
{{- end -}}