From 3579ea90918de80a97f87a0732835b6ab182703c Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Sun, 4 May 2025 20:47:16 +0800 Subject: [PATCH] feat unRoot mode: add lazygit --- .chezmoiexternal.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml index 0634a17..0f55135 100644 --- a/.chezmoiexternal.toml +++ b/.chezmoiexternal.toml @@ -27,6 +27,10 @@ {{/* 手動安裝 neovim (已在install-packages.sh處理) */ -}} {{/* 手動安裝 zsh (已在install-packages.sh處理) */ -}} {{/* 手動安裝 lazygit */ -}} +[".local/bin/lazygit"] + type = "archive-file" + url = "https://github.com/jesseduffield/lazygit/releases/download/v0.50.0/lazygit_0.50.0_Linux_x86_64.tar.gz" + path = "./lazygit" {{/* 手動安裝 fastfetch */ -}} [".local/bin/fastfetch"]