From fe16a036e7faf77d5c47ea042d0ef0cbd50e9b05 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Fri, 16 Nov 2018 10:49:58 +0000 Subject: [PATCH] Update Brewfile --- Brewfile | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/Brewfile b/Brewfile index 8829c2d..54cb692 100644 --- a/Brewfile +++ b/Brewfile @@ -17,7 +17,6 @@ brew 'ctop' brew 'dep' brew 'dpkg' brew 'geckodriver' -brew 'get_iplayer' brew 'git-crypt' brew 'git-standup' brew 'git' @@ -55,6 +54,23 @@ brew 'yank' brew 'yarn' brew 'zsh' +brew 'ffmpeg', args: [ + 'with-chromaprint', + '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' + cask 'osxfuse' brew 'sshfs' @@ -126,6 +142,7 @@ cask 'visual-studio-code' # Personal Apps if `hostname -s`.strip == 'noct' cask '4k-video-downloader' + cask 'adobe-creative-cloud' cask 'android-file-transfer' cask 'android-platform-tools' cask 'audio-hijack'