chore(bootstrap-pkgs): Add spicetify
This commit is contained in:
parent
9abc45b0ca
commit
b13f4b707f
1 changed files with 8 additions and 5 deletions
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue