From 9fed8e794526d7af9b90bcdf4fb77d959ac81cd1 Mon Sep 17 00:00:00 2001 From: Felipe Santos Date: Tue, 1 Aug 2023 12:42:05 -0300 Subject: [PATCH] Add tea binary (without magic for now) Refs #101 --- home/.chezmoiexternal.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/.chezmoiexternal.yaml b/home/.chezmoiexternal.yaml index 7b368e0..8005968 100644 --- a/home/.chezmoiexternal.yaml +++ b/home/.chezmoiexternal.yaml @@ -117,6 +117,12 @@ url: "https://github.com/denoland/deno/releases/download/v{{ $denoVersion }}/deno-{{ .uname_arch }}-unknown-linux-gnu.zip" path: deno +".deno/bin/tea": + type: archive-file + {{ $teaVersion := includeTemplate "get-github-latest-version" (list "teaxyz/cli" $cache) }} + url: "https://github.com/teaxyz/cli/releases/download/v{{ $teaVersion }}/tea-{{ $teaVersion }}+linux+{{ .uname_arch | replace "_" "-" }}.tar.xz" + path: tea + "{{ joinPath .fontsDir .terminalFont.fileName }}": type: file {{ $nerdFontsVersion := includeTemplate "get-github-latest-version" (list "ryanoasis/nerd-fonts" $cache) }}