Skip to content

Commit

Permalink
Add vale to tool list and rename languages block to tools
Browse files Browse the repository at this point in the history
Signed-off-by: Marcus Crane <marcus@utf9k.net>
  • Loading branch information
marcus-crane committed Dec 26, 2024
1 parent 61db434 commit bff7b5a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .chezmoidata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ social:
work:
email: marcus.crane@lightspeedhq.com
website: https://www.lightspeedhq.com.au
languages:
tools:
awscli:
home: null
work: 2.22.23
Expand All @@ -28,6 +28,7 @@ languages:
terraform:
home: 1.10.3
work: 1.4.5
vale: 3.9.2
yt-dlp: 2024.12.23
libraries:
cargo:
Expand Down
4 changes: 2 additions & 2 deletions dot_config/mise/config.toml.tmpl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tools]
{{ range sortAlpha (keys .languages) -}}
{{ $version := get $.languages . -}}
{{ range sortAlpha (keys .tools) -}}
{{ $version := get $.tools . -}}
{{- if eq (kindOf $version) "map" -}}
{{ $version = get $version $.langenv -}}
{{- end -}}
Expand Down

0 comments on commit bff7b5a

Please sign in to comment.