From b13f4b707f7eb8039e434e22a7002f4fd92015fa Mon Sep 17 00:00:00 2001 From: Ahmad Ansori Palembani Date: Sat, 20 Jul 2024 11:24:08 +0700 Subject: [PATCH] chore(bootstrap-pkgs): Add spicetify --- bootstrap-pkgs | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/bootstrap-pkgs b/bootstrap-pkgs index 7cd77ac..afbf95d 100644 --- a/bootstrap-pkgs +++ b/bootstrap-pkgs @@ -1,5 +1,6 @@ #!/bin/sh +# Packages that share the same name across distro packages=( git zsh @@ -13,20 +14,22 @@ packages_ubuntu=( ) packages_arch=( + ffmpeg + # required by firefox-based browser, without it firefox-based browser can't play video from certain website + ffmpeg4.4 opendoas # >> for shell scripts - jo bc - socat + jo jq + socat # << 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 sbsigntools ) packages_arch_aur=( floorp-bin + spicetify-cli + spicetify-marketplace-bin )