From ae2d3bab26841c2e1080d87a10a0ff7cf0ccc7a2 Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 6 Apr 2025 20:55:49 +0200 Subject: [PATCH] wip --- setup/postinstall.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/setup/postinstall.sh b/setup/postinstall.sh index fcc2166..0cf7f7f 100755 --- a/setup/postinstall.sh +++ b/setup/postinstall.sh @@ -4,8 +4,7 @@ # ╭──────────────╮ # │ dependencies │ # ╰──────────────╯ - deps=" - 7zip + deps=("7zip bc btop exa @@ -22,8 +21,7 @@ trash-cli unzip zoxide - zsh - " + zsh") # ╭─────────────╮ # │ ENVIRONMENT │