From 11935ab4e1cfb9f85212e4ec03aafcf0e255044d Mon Sep 17 00:00:00 2001 From: datalore Date: Fri, 26 Jul 2024 21:42:12 +0200 Subject: [PATCH] Added hyfetch to additions --- system/installadditions.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/system/installadditions.sh b/system/installadditions.sh index 8850e0d..cf8d8e3 100755 --- a/system/installadditions.sh +++ b/system/installadditions.sh @@ -1,3 +1,5 @@ #!/bin/sh -apk add bash zoxide neovim eza bat ristretto htop fzf +apk add bash zoxide neovim eza bat ristretto htop fzf py3-pip + +pip install hyfetch --break-system-packages