Update Brewfile

- Remove args from aspell, it seems it always installs all language
  dictionaries now.
- Remove args from global, they're not there, and I don't know what the
  package does instead now, cause I've hardly ever used global.
- Switch from Beta to Stable versions of Firefox.
- Remove no longers supports args from the ffmpeg install command.
- Remove witgui, it's formula has been removed due to the download
  website using reCAPTCHA before you can download the file.
This commit is contained in:
2019-11-01 17:05:32 +00:00
parent eff3cb53af
commit 9cfc2f0205

View File

@@ -15,7 +15,7 @@ tap 'homebrew/cask-drivers'
brew 'ack' brew 'ack'
brew 'ansible' brew 'ansible'
brew 'aspell', args: %w[with-lang-el with-lang-sv] brew 'aspell'
brew 'bash' brew 'bash'
brew 'bazaar' brew 'bazaar'
brew 'colordiff' brew 'colordiff'
@@ -26,7 +26,7 @@ brew 'geckodriver'
brew 'git' brew 'git'
brew 'git-crypt' brew 'git-crypt'
brew 'git-standup' brew 'git-standup'
brew 'global', args: %w[with-ctags with-pygments] brew 'global'
brew 'go' brew 'go'
brew 'highlight' brew 'highlight'
brew 'htop' brew 'htop'
@@ -95,7 +95,7 @@ cask 'betterzip'
cask 'bitbar' cask 'bitbar'
cask 'daisydisk' cask 'daisydisk'
cask 'emacs' cask 'emacs'
cask 'firefox-beta' cask 'firefox'
cask 'fluid' cask 'fluid'
cask 'flux' cask 'flux'
cask 'google-chrome' cask 'google-chrome'
@@ -170,7 +170,6 @@ cask 'visual-studio-code'
# noct # noct
if hostname == 'noct' if hostname == 'noct'
brew 'ffmpeg', args: %w[ brew 'ffmpeg', args: %w[
with-chromaprint
with-fdk-aac with-fdk-aac
with-libass with-libass
with-librsvg with-librsvg
@@ -261,7 +260,6 @@ if hostname == 'noct'
cask 'wavebox' cask 'wavebox'
cask 'webpquicklook' cask 'webpquicklook'
cask 'whatsapp' cask 'whatsapp'
cask 'witgui'
cask 'xld' cask 'xld'
mas 'Apple Remote Desktop', id: 409_907_375 mas 'Apple Remote Desktop', id: 409_907_375