From f6c0c8791b52c506ec214989b81a01c84b376567 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Thu, 26 Mar 2026 14:06:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(source):=20=E5=B0=86=20bun=20=E5=92=8C=20mi?= =?UTF-8?q?se=20=E4=BB=8E=20AUR=20=E8=BF=81=E7=A7=BB=E5=88=B0=20pacman=20?= =?UTF-8?q?=E5=AE=98=E6=96=B9=E4=BB=93=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source.py b/source.py index 885a50e..8fa58d0 100644 --- a/source.py +++ b/source.py @@ -51,10 +51,12 @@ decman.modules += [ decman.pacman.packages |= { "base-devel", "bat", + "bun", "curl", "fd", "fzf", "git", + "mise", "neovim", "nodejs", "ripgrep", @@ -71,10 +73,8 @@ decman.pacman.packages |= { # ── AUR 包 ──────────────────────────────────────────────────── decman.aur.packages |= { - "bun", "decman", "fzf-tab-git", - "mise", "oh-my-zsh-git", "yay", }