From a542e671e212163f859d2b09f37f0de3643ec3f2 Mon Sep 17 00:00:00 2001 From: rezzect Date: Wed, 8 May 2024 14:58:53 -0700 Subject: [PATCH] a --- linux-setup/arch-setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-setup/arch-setup.sh b/linux-setup/arch-setup.sh index 90244a9..a1c55c3 100644 --- a/linux-setup/arch-setup.sh +++ b/linux-setup/arch-setup.sh @@ -64,7 +64,7 @@ curl -o ~/.rezz-dotfiles/kitty/kitty.conf https://raw.githubusercontent.com/rezz installDepend() { ## Check for dependencies. - DEPENDENCIES='zsh zoxide trach-cli' + DEPENDENCIES='zsh zoxide trash-cli' echo -e "${YELLOW}Installing dependencies...${RC}" sudo pacman --noconfirm -S ${DEPENDENCIES} }