diff options
Diffstat (limited to 'shell_only.sh')
-rwxr-xr-x | shell_only.sh | 3 |
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 \ |