chore(Brewfile): shift things around

This commit is contained in:
2024-02-22 23:57:42 +00:00
parent 5cde6d16c0
commit ffa09cbf4c

View File

@@ -22,6 +22,7 @@ brew 'colordiff'
brew 'coreutils' brew 'coreutils'
brew 'efm-langserver' brew 'efm-langserver'
brew 'fd' brew 'fd'
brew 'ffmpeg'
brew 'geckodriver' brew 'geckodriver'
brew 'git' brew 'git'
brew 'git-crypt' brew 'git-crypt'
@@ -84,6 +85,7 @@ cask 'handbrake'
cask 'iina' cask 'iina'
cask 'iterm2' cask 'iterm2'
cask 'karabiner-elements' cask 'karabiner-elements'
cask 'microsoft-edge'
cask 'orion' cask 'orion'
cask 'suspicious-package' cask 'suspicious-package'
cask 'transmission' cask 'transmission'
@@ -111,7 +113,6 @@ cask 'hex-fiend'
cask 'insomnia' cask 'insomnia'
cask 'keycastr' cask 'keycastr'
cask 'licecap' cask 'licecap'
cask 'microsoft-edge'
cask 'orbstack' cask 'orbstack'
cask 'rapidapi' cask 'rapidapi'
cask 'sequel-pro' cask 'sequel-pro'
@@ -122,22 +123,6 @@ cask 'zoom'
# noct # noct
if hostname == 'noct' if hostname == 'noct'
brew 'ffmpeg', args: %w[
with-fdk-aac
with-libass
with-librsvg
with-libsoxr
with-libssh
with-libvidstab
with-openh264
with-openssl
with-rubberband
with-srt
with-tesseract
with-webp
]
brew 'get_iplayer'
brew 'mariadb' brew 'mariadb'
cask 'lens' cask 'lens'