Skip to content

Commit

Permalink
feat: add nerdfetch
Browse files Browse the repository at this point in the history
  • Loading branch information
scottames committed Aug 16, 2024
1 parent 354ee71 commit 4478e27
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions home/.chezmoiexternal.toml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@
executable = false
refreshPeriod = "168h"

# renovate: datasource=github-releases depName=ThatOneCalculator/NerdFetch
{{ $nerdfetchVersion := "v8.2.1" -}}

[".local/bin/nerdfetch"]
type = "file"
url = "https://raw.githubusercontent.com/ThatOneCalculator/NerdFetch/{{ $nerdfetchVersion }}/nerdfetch"
executable = true

[".config/k9s/skins"]
type = "archive"
url = "https://github.com/catppuccin/k9s/archive/main.tar.gz"
Expand Down

0 comments on commit 4478e27

Please sign in to comment.