chore(bootstrap-pkgs): Add spicetify

This commit is contained in:
Ahmad Ansori Palembani 2024-07-20 11:24:08 +07:00
parent 9abc45b0ca
commit b13f4b707f
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -1,5 +1,6 @@
#!/bin/sh #!/bin/sh
# Packages that share the same name across distro
packages=( packages=(
git git
zsh zsh
@ -13,20 +14,22 @@ packages_ubuntu=(
) )
packages_arch=( packages_arch=(
ffmpeg
# required by firefox-based browser, without it firefox-based browser can't play video from certain website
ffmpeg4.4
opendoas opendoas
# >> for shell scripts # >> for shell scripts
jo
bc bc
socat jo
jq jq
socat
# << for shell scripts # << for shell scripts
ffmpeg
# required by firefox, without it firefox-based browser can't play video from certain website
ffmpeg4.4
# signing tools for Secure Boot # signing tools for Secure Boot
sbsigntools sbsigntools
) )
packages_arch_aur=( packages_arch_aur=(
floorp-bin floorp-bin
spicetify-cli
spicetify-marketplace-bin
) )