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
|
#!/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
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue