From 783d2bbd4c9a327d7c3b111515966fb5a5a3cc5b Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Fri, 19 Jul 2024 19:47:59 +0700 Subject: [PATCH] chore(script/bootstrap): Add some packages --- bootstrap | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/bootstrap b/bootstrap index 00699ac..53ae5ca 100755 --- a/bootstrap +++ b/bootstrap @@ -4,19 +4,22 @@ [ -d $ZI_DOTFILES ] || { >&2 echo "Invalid dotfiles path, please re-run pre-bootstrap!"; exit 1; } packages_arch=( - # for shell scripts + git + opendoas + zsh + # >> for shell scripts jo bc socat jq - zsh - opendoas + # << for shell scripts ffmpeg # required by firefox, without it firefox-based browser can't play video from certain website ffmpeg4.4 ) packages_arch_aur=( + floorp-bin ) # === Function and Variable ===