Skip to content

Commit

Permalink
Add tea binary (without magic for now)
Browse files Browse the repository at this point in the history
Refs #101
  • Loading branch information
felipecrs committed Aug 1, 2023
1 parent b18284b commit 9fed8e7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions home/.chezmoiexternal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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) }}
Expand Down

0 comments on commit 9fed8e7

Please sign in to comment.