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:
parent
0fdd8b6234
commit
9ac58cd435
2 changed files with 2 additions and 1 deletions
|
@ -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 -}}
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
{{- if eq .host.distro.id "windows" }}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
|
Loading…
Reference in a new issue