This commit is contained in:
rezzect 2024-05-08 15:03:09 -07:00
parent a542e671e2
commit 0aaf9893c4

View File

@ -64,7 +64,7 @@ curl -o ~/.rezz-dotfiles/kitty/kitty.conf https://raw.githubusercontent.com/rezz
installDepend() { installDepend() {
## Check for dependencies. ## Check for dependencies.
DEPENDENCIES='zsh zoxide trash-cli' DEPENDENCIES='zip unzip zsh zoxide trash-cli'
echo -e "${YELLOW}Installing dependencies...${RC}" echo -e "${YELLOW}Installing dependencies...${RC}"
sudo pacman --noconfirm -S ${DEPENDENCIES} sudo pacman --noconfirm -S ${DEPENDENCIES}
} }