1
0
This commit is contained in:
2025-08-03 21:53:15 +02:00
parent 535d762d39
commit 1613ba4fce
2 changed files with 13 additions and 4 deletions

View File

@@ -69,22 +69,29 @@
{{- if ne .hasLatex false }} {{- if ne .hasLatex false }}
["texmf/tex/latex/latex-homework"] ["texmf/tex/latex/latex-homework"]
type = "git-repo" type = "git-repo"
url = "https://git.jefflance.me/jeff/latex-homework.git" url = "https://git.jefflance.me/jeff/latex-homework.git"
refreshPeriod = "168h" refreshPeriod = "168h"
["texmf/tex/latex/latex-beamer-themes"] ["texmf/tex/latex/latex-beamer-themes"]
type = "git-repo" type = "git-repo"
url = "https://git.jefflance.me/jeff/latex-beamer-themes.git" url = "https://git.jefflance.me/jeff/latex-beamer-themes.git"
refreshPeriod = "168h" refreshPeriod = "168h"
["texmf/tex/latex/emerald"] ["texmf/tex/latex/emerald"]
type = "git-repo" type = "git-repo"
url = "https://git.jefflance.me/jeff/emerald.git" url = "https://git.jefflance.me/jeff/emerald.git"
refreshPeriod = "168h" refreshPeriod = "168h"
[".asy"] [".asy"]
type = "git-repo" type = "git-repo"
url = "https://git.jefflance.me/jeff/asymptote-config.git" url = "https://git.jefflance.me/jeff/asymptote-config.git"
refreshPeriod = "168h" refreshPeriod = "168h"
{{- end }} {{- end }}
{{- if ne .hasNVim false }}
[".config/nvim"]
type = "git-repo"
url = "https://git.jefflance.me/jeff/nvim-modular.git"
refreshPeriod = "48h"
{{- end }}

View File

@@ -9,8 +9,10 @@ declare -A plugins
plugins=( plugins=(
['direnv']='' ['direnv']=''
['golang']='https://github.com/asdf-community/asdf-golang.git' ['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' ['nodejs']='https://github.com/asdf-vm/asdf-nodejs.git'
['opam']='https://github.com/asdf-community/asdf-opam.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' ['ruby']='https://github.com/asdf-vm/asdf-ruby.git'
['rust']='https://github.com/code-lever/asdf-rust.git' ['rust']='https://github.com/code-lever/asdf-rust.git'
['starship']='' ['starship']=''