=Added nvim support

Cette révision appartient à :
Lockszmith (@VAST) 2025-03-17 15:47:27 -04:00
Parent 7b07ef0a4c
révision c0275625b1
2 fichiers modifiés avec 21 ajouts et 0 suppressions

Voir le fichier

@ -111,6 +111,20 @@
{{- end -}} {{- end -}}
{{- end }} {{- end }}
{{ $myArch = "macos-arm64" }}
{{- with $repo := "alexpasmantier/television" -}}
{{- with $version := (gitHubLatestRelease $repo).GetTagName -}}
{{- $_ := set $externals ".local/bin/tv" (dict
"type" "archive-file"
"url" (printf "https://github.com/%s/releases/download/%s/tv-%s-%s.tar.gz" $repo $version $version $myArch)
"path" "tv"
"executable" true
"refreshPeriod" $defaultRefresh
) -}}
{{- end -}}
{{- end }}
{{- $externals | toYaml }} {{- $externals | toYaml }}
".config/sz.env/lib/delta.themes.gitconfig": ".config/sz.env/lib/delta.themes.gitconfig":
@ -118,6 +132,13 @@
url: "https://raw.githubusercontent.com/dandavison/delta/refs/heads/main/themes.gitconfig" url: "https://raw.githubusercontent.com/dandavison/delta/refs/heads/main/themes.gitconfig"
refreshPeriod: "{{ $defaultRefresh }}" refreshPeriod: "{{ $defaultRefresh }}"
".config/nvim":
type: "git-repo"
url: "https://code.lksz.me/szmedia/kickstart-modular.nvim.sz.git"
refreshPeriod: "{{ $defaultRefresh }}"
{{- else -}} {{- else -}}
# .chezmoiexternal is disabled because OFFLINE env is defined # .chezmoiexternal is disabled because OFFLINE env is defined
{{- end -}} {{- end -}}
# vim: set ft=go sw=2 sts=2 et:

Voir le fichier