From 7e2f972430ac165b254087d220e23464fee42112 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Thu, 6 Jun 2024 01:02:38 -0400 Subject: [PATCH] update: add vimix cursor and orchis theme --- .install/packages/general-packages.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.install/packages/general-packages.sh b/.install/packages/general-packages.sh index 9f7d3c9..78b5626 100644 --- a/.install/packages/general-packages.sh +++ b/.install/packages/general-packages.sh @@ -50,6 +50,8 @@ packagesPacman=( ); packagesYay=( + "vimix-cursors" + "orchis-theme" "trizen" "google-chrome" );