From afebf4edae6263f6c00e5e7a5ddbad13c8ec9e9f Mon Sep 17 00:00:00 2001 From: pika Date: Sun, 6 Apr 2025 20:56:44 +0200 Subject: [PATCH] wip --- setup/postinstall.sh | 38 ++++++++++++++++++++------------------ 1 file changed, 20 insertions(+), 18 deletions(-) diff --git a/setup/postinstall.sh b/setup/postinstall.sh index 0cf7f7f..ed1c08e 100755 --- a/setup/postinstall.sh +++ b/setup/postinstall.sh @@ -4,24 +4,26 @@ # ╭──────────────╮ # │ dependencies │ # ╰──────────────╯ - deps=("7zip - bc - btop - exa - fzf - gawk - gdu - git - make - pv - ripgrep - rsync - stow - tmux - trash-cli - unzip - zoxide - zsh") + deps=( + 7zip + bc + btop + exa + fzf + gawk + gdu + git + make + pv + ripgrep + rsync + stow + tmux + trash-cli + unzip + zoxide + zsh + ) # ╭─────────────╮ # │ ENVIRONMENT │