From 75ac6910d4c02c9d11dd3936ae90698bb2a4c9ef Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 23 Aug 2025 22:40:36 +0200 Subject: [PATCH] Add back fastfetch which we lost when removing logging --- install/development/terminal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/development/terminal.sh b/install/development/terminal.sh index f384d792..5c400be4 100644 --- a/install/development/terminal.sh +++ b/install/development/terminal.sh @@ -3,7 +3,7 @@ yay -S --noconfirm --needed \ unzip inetutils impala \ fd eza fzf ripgrep zoxide bat dust jq xmlstarlet \ - wl-clipboard btop \ + wl-clipboard fastfetch btop \ man tldr less whois plocate \ starship bash-completion \ gum python-poetry-core python-terminaltexteffects \