From 149d10a2852e7bcef76365e00d4bf3c9464e49c5 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Fri, 19 Apr 2024 14:43:23 -0400 Subject: [PATCH] update: add some custom packages --- .install/packages/general-packages.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.install/packages/general-packages.sh b/.install/packages/general-packages.sh index 027b799..6d264f6 100644 --- a/.install/packages/general-packages.sh +++ b/.install/packages/general-packages.sh @@ -1,6 +1,12 @@ packagesPacman=( "pacman-contrib" "vim" + "bat" + "fzf" + "zsh" + "neofetch" + "ranger" + "btop" "bluez" "bluez-utils" "neovim"