chore(script/bootstrap): Add some packages
This commit is contained in:
parent
7e0770387b
commit
783d2bbd4c
1 changed files with 6 additions and 3 deletions
|
@ -4,19 +4,22 @@
|
||||||
[ -d $ZI_DOTFILES ] || { >&2 echo "Invalid dotfiles path, please re-run pre-bootstrap!"; exit 1; }
|
[ -d $ZI_DOTFILES ] || { >&2 echo "Invalid dotfiles path, please re-run pre-bootstrap!"; exit 1; }
|
||||||
|
|
||||||
packages_arch=(
|
packages_arch=(
|
||||||
# for shell scripts
|
git
|
||||||
|
opendoas
|
||||||
|
zsh
|
||||||
|
# >> for shell scripts
|
||||||
jo
|
jo
|
||||||
bc
|
bc
|
||||||
socat
|
socat
|
||||||
jq
|
jq
|
||||||
zsh
|
# << for shell scripts
|
||||||
opendoas
|
|
||||||
ffmpeg
|
ffmpeg
|
||||||
# required by firefox, without it firefox-based browser can't play video from certain website
|
# required by firefox, without it firefox-based browser can't play video from certain website
|
||||||
ffmpeg4.4
|
ffmpeg4.4
|
||||||
)
|
)
|
||||||
|
|
||||||
packages_arch_aur=(
|
packages_arch_aur=(
|
||||||
|
floorp-bin
|
||||||
)
|
)
|
||||||
|
|
||||||
# === Function and Variable ===
|
# === Function and Variable ===
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue