dotfiles/dot_bin/executable_brave.tmpl

9 lines
281 B
Cheetah
Raw Normal View History

{{- if eq .features.desktop_alias "work-laptop" -}}
{{- include ".files/brave-bins/work-laptop" -}}
2024-03-25 11:01:01 -04:00
{{- else if eq .features.desktop_alias "workstation" -}}
2024-03-06 15:59:48 -05:00
{{- include ".files/brave-bins/workstation" -}}
{{- else -}}
{{- include ".files/brave-bins/default" -}}
{{- end -}}