From c4a08c3c25f6e53af81a9908b039fc7c95d1578e Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 25 Jul 2025 15:27:10 -0400 Subject: [PATCH] Try to do another header --- install/4-terminal.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install/4-terminal.sh b/install/4-terminal.sh index 2df35f9..ac959da 100644 --- a/install/4-terminal.sh +++ b/install/4-terminal.sh @@ -1,5 +1,8 @@ #!/bin/bash +show_logo +show_subtext "Let's install basic terminal tools..." + yay -S --noconfirm --needed \ wget curl unzip inetutils impala \ fd eza fzf ripgrep zoxide bat jq \