comparison .chezmoiscripts/run_onchange_after_17-install-mercurial.sh.tmpl @ 1093:9732db099471 draft

feat: enable dotfiles on aarch64/Fedora
author "Zeger Van de Vannet <zeger@vandevan.net>"
date Sun, 18 May 2025 16:28:58 +0200
parents 6fb43864241b
children f87adcb9f473 4befa7ae4e90
comparison
equal deleted inserted replaced
1092:6fb43864241b 1093:9732db099471
1 {{ $version := "7.0.2" -}} 1 {{ $version := "7.0.2" -}}
2 {{ if (and (eq .chezmoi.os "linux") (eq .chezmoi.osRelease.name "Ubuntu")) -}} 2 {{ if (and (eq .chezmoi.os "linux") (or (eq .chezmoi.osRelease.name "Ubuntu") (eq .chezmoi.osRelease.name "Fedora Linux Asahi Remix" ))) -}}
3 #!/usr/bin/env -S ${HOME}/bin/mise exec [email protected] [email protected] -- bash 3 #!/usr/bin/env -S ${HOME}/bin/mise exec [email protected] [email protected] -- bash
4 {{ else }} 4 {{ else -}}
5 #!/usr/bin/env bash 5 #!/usr/bin/env bash
6 {{ end }} 6 {{ end }}
7 7
8 set -xe 8 set -xe
9 9