From 1613ba4fce838d446e5f1e9dbc7936f06a49a334 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 3 Aug 2025 21:53:15 +0200 Subject: [PATCH] up --- home/.chezmoiexternal.toml.tmpl | 15 +++++++++++---- ...run_once_after_20-install-asdf-plugins.sh.tmpl | 2 ++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/home/.chezmoiexternal.toml.tmpl b/home/.chezmoiexternal.toml.tmpl index fd532fd..f6c2486 100644 --- a/home/.chezmoiexternal.toml.tmpl +++ b/home/.chezmoiexternal.toml.tmpl @@ -69,22 +69,29 @@ {{- if ne .hasLatex false }} ["texmf/tex/latex/latex-homework"] - type = "git-repo" + type = "git-repo" url = "https://git.jefflance.me/jeff/latex-homework.git" refreshPeriod = "168h" ["texmf/tex/latex/latex-beamer-themes"] - type = "git-repo" + type = "git-repo" url = "https://git.jefflance.me/jeff/latex-beamer-themes.git" refreshPeriod = "168h" ["texmf/tex/latex/emerald"] - type = "git-repo" + type = "git-repo" url = "https://git.jefflance.me/jeff/emerald.git" refreshPeriod = "168h" [".asy"] - type = "git-repo" + type = "git-repo" url = "https://git.jefflance.me/jeff/asymptote-config.git" refreshPeriod = "168h" {{- end }} + +{{- if ne .hasNVim false }} +[".config/nvim"] + type = "git-repo" + url = "https://git.jefflance.me/jeff/nvim-modular.git" + refreshPeriod = "48h" +{{- end }} diff --git a/home/.chezmoiscripts/run_once_after_20-install-asdf-plugins.sh.tmpl b/home/.chezmoiscripts/run_once_after_20-install-asdf-plugins.sh.tmpl index b357ce0..d520ba4 100644 --- a/home/.chezmoiscripts/run_once_after_20-install-asdf-plugins.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_20-install-asdf-plugins.sh.tmpl @@ -9,8 +9,10 @@ declare -A plugins plugins=( ['direnv']='' ['golang']='https://github.com/asdf-community/asdf-golang.git' + ['julia']='https://github.com/rkyleg/asdf-julia.git' ['nodejs']='https://github.com/asdf-vm/asdf-nodejs.git' ['opam']='https://github.com/asdf-community/asdf-opam.git' + ['r']='https://github.com/asdf-community/asdf-r.git' ['ruby']='https://github.com/asdf-vm/asdf-ruby.git' ['rust']='https://github.com/code-lever/asdf-rust.git' ['starship']=''