feat unRoot mode: add fastfetch

This commit is contained in:
Yuan Chiu 2025-05-04 20:38:23 +08:00
parent 1f0ab901f0
commit 7ca72d8784

View File

@ -27,4 +27,18 @@
{{/* neovim (install-packages.sh) */ -}}
{{/* zsh (install-packages.sh) */ -}}
{{/* lazygit */ -}}
{{/* fastfetch */ -}}
[".local/bin/fastfetch"]
type = "archive-file"
url = "https://github.com/fastfetch-cli/fastfetch/releases/download/2.42.0/fastfetch-linux-amd64.tar.gz"
stripComponents = 1
path = "./usr/bin/fastfetch"
[".local/share/fastfetch"]
type = "archive"
url = "https://github.com/fastfetch-cli/fastfetch/releases/download/2.42.0/fastfetch-linux-amd64.tar.gz"
exact = true
stripComponents = 1
include = ["./share/fastfetch/**"]
{{ end }}