view .chezmoiscripts/run_onchange_after_42-install-fisher.sh.tmpl @ 1065:53dd3a0d6914

feat: switch order of includes/config in ~/.hgrc
author Zeger Van de Vannet <zeger@vandevan.net>
date Fri, 27 Sep 2024 09:56:21 +0200
parents ebd5e7683e1e
children
line wrap: on
line source

{{ if (eq .chezmoi.os "linux") -}}
#!/usr/bin/env fish

curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher

{{ end }}