From 7ca72d8784051dfb8012b6758271698ef2143cbd Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Sun, 4 May 2025 20:38:23 +0800 Subject: [PATCH] feat unRoot mode: add fastfetch --- .chezmoiexternal.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml index 07c5081..c1bcb72 100644 --- a/.chezmoiexternal.toml +++ b/.chezmoiexternal.toml @@ -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 }}