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 │