From aecc6aa3edd67956a4f4dbc926ea476415136609 Mon Sep 17 00:00:00 2001 From: astrian Date: Thu, 4 Sep 2025 15:11:25 +1000 Subject: [PATCH] =?UTF-8?q?Add=20new=20app:=20zed=20-=20=E9=AB=98=E6=80=A7?= =?UTF-8?q?=E8=83=BD=E4=BB=A3=E7=A0=81=E7=BC=96=E8=BE=91=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 084735e..7b8772b 100755 --- a/install.sh +++ b/install.sh @@ -217,6 +217,7 @@ install_apps() { "visual-studio-code" # Visual Studio Code - 微软代码编辑器 "obs" # OBS Studio - 开源直播录制软件 "firefox" # Firefox - Mozilla 开源浏览器 + "zed" # Zed - 高性能代码编辑器 ) total=${#apps[@]}