This commit is contained in:
rezzect 2024-05-08 14:43:46 -07:00
parent 414b320022
commit 07c041c0ae

View File

@ -66,7 +66,7 @@ installDepend() {
## Check for dependencies. ## Check for dependencies.
DEPENDENCIES='zsh zoxide trach-cli' DEPENDENCIES='zsh zoxide trach-cli'
echo -e "${YELLOW}Installing dependencies...${RC}" echo -e "${YELLOW}Installing dependencies...${RC}"
pacman --noconfirm -S ${DEPENDENCIES} sudo pacman --noconfirm -S ${DEPENDENCIES}
} }
installOhMyPosh() { installOhMyPosh() {