From 6638686cfefb4eccb34f592855bf310ddf06f878 Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Sun, 4 May 2025 17:26:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=88=E8=99=95=E7=90=86=E5=B7=B2=E7=B6=93?= =?UTF-8?q?=E7=A2=BA=E5=AE=9A=E5=8F=AF=E7=94=A8=E7=9A=84eza?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .chezmoiexternal.toml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.chezmoiexternal.toml b/.chezmoiexternal.toml index d744988..a9bc56b 100644 --- a/.chezmoiexternal.toml +++ b/.chezmoiexternal.toml @@ -22,18 +22,9 @@ [".local/bin/eza"] type = "archive-file" url = "https://github.com/eza-community/eza/releases/download/{{ $ezaVersion }}/eza_x86_64-unknown-{{ .chezmoi.os }}-gnu.tar.gz" - path = "eza" + path = "./eza" {{/* 手動安裝 neovim */ -}} -{{ $nvimVersion := "v0.11.1" -}} -[".local"] - type = "archive" - url = "https://github.com/neovim/neovim/releases/download/{{ $nvimVersion }}/nvim-{{ .chezmoi.os }}-x86_64.tar.gz" - exact = true - stripComponents = 1 - path = "nvim-linux-x86_64" - - {{/* 手動安裝 zsh */ -}} {{/* 手動安裝 lazygit */ -}} {{ end }}