Update dotfiles/.local/share/chezmoi/home/.chezmoiscripts/windows/run_onchange_before_11-install-windows-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/windows/run_onchange_before_10-install-windows-dependencies.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_before_1-logging-deps.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_80-bash-completions.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_60-cleanup.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/universal/run_onchange_after_50-crontab.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/ubuntu/run_onchange_before_11-install-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/opensuse/run_onchange_before_11-install-opensuse-software.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/opensuse/run_onchange_before_11-install-opensuse-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/freebsd/run_onchange_before_11-install-freebsd-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/freebsd/run_onchange_before_10-install-freebsd-dependencies.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/fedora/run_onchange_before_11-install-fedora-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/fedora/run_onchange_before_10-install-fedora-dependencies.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/debian/run_onchange_before_11-install-debian-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/debian/run_onchange_before_10-install-debian-dependencies.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/darwin/run_onchange_before_11-install-darwin-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/centos/run_onchange_before_10-install-centos-packages.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/centos/run_onchange_before_10-install-centos-dependencies.tmpl, dotfiles/.local/share/chezmoi/home/.chezmoiscripts/archlinux/run_onchange_before_11-install-archlinux-packages.tmpl
This commit is contained in:
parent
7872aeec9a
commit
7b98a36d98
27 changed files with 36 additions and 36 deletions
|
@ -1,5 +0,0 @@
|
|||
#!/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 }}
|
|
@ -0,0 +1,5 @@
|
|||
#!/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 }}
|
|
@ -1,5 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
{{- if eq .host.distro.id "centos" }}
|
||||
{{ $supportedManagers := (list "flatpak" "snap" "whalebrew" "dnf" "brew" "go" "cargo" "npm" "pipx" "gem" "appimage" "binary") }}
|
||||
|
||||
{{- end }}
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
{{- if eq .host.distro.id "centos" }}
|
||||
{{ $supportedManagers := list "flatpak" "snap" "whalebrew" "dnf" "brew" "go" "cargo" "npm" "pipx" "gem" "appimage" "binary" }}
|
||||
|
||||
{{- end }}
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
{{- if eq .host.distro.id "darwin" }}
|
||||
{{- $supportedManagers := (list "whalebrew" "brew" "port" "go" "cargo" "npm" "pipx" "gem" "cask" "binary") }}
|
||||
{{- $supportedManagers := list "whalebrew" "brew" "port" "go" "cargo" "npm" "pipx" "gem" "cask" "binary" }}
|
||||
{{- $packageMap := (get .installerMap $packageName) }}
|
||||
{{- if (hasKey $packageMap "_deps") }}
|
||||
{{- $deps := (get $packageMap "_deps") }}
|
|
@ -1,4 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
{{- if eq .host.distro.id "debian" }}
|
||||
{{ $supportedManagers := (list "flatpak" "snap" "whalebrew" "apt" "brew" "go" "cargo" "npm" "pipx" "gem" "appimage" "binary") }}
|
||||
{{- end }}
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
{{- if eq .host.distro.id "debian" }}
|
||||
{{ $supportedManagers := list "flatpak" "snap" "whalebrew" "apt" "brew" "go" "cargo" "npm" "pipx" "gem" "appimage" "binary" }}
|
||||
{{- end }}
|
|
@ -1,4 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
{{- if eq .host.distro.id "fedora" }}
|
||||
{{ $supportedManagers := (list "flatpak" "snap" "whalebrew" "dnf" "brew" "go" "cargo" "npm" "pipx" "gem" "appimage" "binary") }}
|
||||
{{- end }}
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
{{- if eq .host.distro.id "fedora" }}
|
||||
{{ $supportedManagers := list "flatpak" "snap" "whalebrew" "dnf" "brew" "go" "cargo" "npm" "pipx" "gem" "appimage" "binary" }}
|
||||
{{- end }}
|
|
@ -1,4 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
{{- if eq .host.distro.id "opensuse" }}
|
||||
{{ $supportedManagers := (list "whalebrew" "pkg" "go" "cargo" "npm" "gem") }}
|
||||
{{- end }}
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
{{- if eq .host.distro.id "opensuse" }}
|
||||
{{ $supportedManagers := list "whalebrew" "pkg" "go" "cargo" "npm" "gem" }}
|
||||
{{- end }}
|
|
@ -1,4 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
{{- if eq .host.distro.id "opensuse" }}
|
||||
{{ $supportedManagers := (list "flatpak" "snap" "whalebrew" "zypper" "brew" "go" "cargo" "npm" "pipx" "gem" "appimage" "binary") }}
|
||||
{{- end }}
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
{{- if eq .host.distro.id "opensuse" }}
|
||||
{{ $supportedManagers := list "flatpak" "snap" "whalebrew" "zypper" "brew" "go" "cargo" "npm" "pipx" "gem" "appimage" "binary" }}
|
||||
{{- end }}
|
|
@ -1,4 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
{{- if eq .host.distro.id "ubuntu" }}
|
||||
{{- $supportedManagers := (list "flatpak" "snap" "whalebrew" "apt" "brew" "go" "cargo" "npm" "pipx" "gem" "appimage" "binary") }}
|
||||
{{- end }}
|
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
{{- if eq .host.distro.id "ubuntu" }}
|
||||
{{- $supportedManagers := list "flatpak" "snap" "whalebrew" "apt" "brew" "go" "cargo" "npm" "pipx" "gem" "appimage" "binary" }}
|
||||
{{- end }}
|
|
@ -1,5 +0,0 @@
|
|||
#!/usr/bin/env bash
|
||||
{{- if eq .host.distro.id "windows" }}
|
||||
{{ $supportedManagers := (list "whalebrew" "choco" "scoop" "winget" "go" "cargo" "npm" "pipx" "gem" "binary") }}
|
||||
|
||||
{{- end }}
|
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
{{- if eq .host.distro.id "windows" }}
|
||||
{{ $supportedManagers := list "whalebrew" "choco" "scoop" "winget" "go" "cargo" "npm" "pipx" "gem" "binary" }}
|
||||
|
||||
{{- end }}
|
Loading…
Reference in a new issue