aboutsummaryrefslogtreecommitdiff
path: root/shell_only.sh
diff options
context:
space:
mode:
Diffstat (limited to 'shell_only.sh')
-rwxr-xr-xshell_only.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell_only.sh b/shell_only.sh
index f9559dd..2d91b3a 100755
--- a/shell_only.sh
+++ b/shell_only.sh
@@ -75,11 +75,12 @@ if command_exists pacman; then
Sudo = $(which ${SUDO})
EOT
- paru -S --noconfirm tty-clock-git
+ paru -S --noconfirm c-lolcat tty-clock-git
elif command_exists apt; then
${SUDO} apt update
${SUDO} apt install -y \
bat \
+ lolcat \
cowsay \
fortune \
zsh \