Modified Brewfile

This commit is contained in:
Christian Baer 2020-06-09 21:17:50 +02:00
parent 526615326b
commit 4e937c86a1

View File

@ -1,13 +1,16 @@
## Options
cask_args appdir: '/Applications' cask_args appdir: '/Applications'
ALL_FFMPEG_OPTIONS = `brew options ffmpeg | grep -vE '\s' | grep -- '--with-'`.gsub("--", "").split("\n") ALL_FFMPEG_OPTIONS = `brew options ffmpeg | grep -vE '\s' | grep -- '--with-'`.gsub("--", "").split("\n")
## Taps
tap "adoptopenjdk/openjdk" tap "adoptopenjdk/openjdk"
tap "caskroom/cask"
tap "caskroom/fonts"
tap "homebrew/bundle" tap "homebrew/bundle"
tap "homebrew/cask" tap "homebrew/cask"
tap "homebrew/cask-drivers" tap "homebrew/cask-drivers"
tap "homebrew/core" tap "homebrew/core"
## brew formulae
brew "brew-cask-completion" brew "brew-cask-completion"
brew "checkbashisms" brew "checkbashisms"
brew "coreutils" brew "coreutils"
@ -30,11 +33,14 @@ brew "tesseract"
brew "tesseract-lang" brew "tesseract-lang"
brew "tmux" brew "tmux"
brew "tree" brew "tree"
brew "vim", args: --HEAD #brew "vim", args: --HEAD
brew "vim"
brew "youtube-dl" brew "youtube-dl"
brew "zsh" brew "zsh"
brew "zsh-completions" brew "zsh-completions"
cask "adoptopenjdk11"
## cask formulae
cask "adoptopenjdk"
cask "alfred" cask "alfred"
cask "amethyst" cask "amethyst"
cask "atom" cask "atom"
@ -91,6 +97,8 @@ cask "virtualbox-extension-pack"
cask "vlc" cask "vlc"
cask "wireshark" cask "wireshark"
cask "zoomus" cask "zoomus"
## Mac AppStore
mas "Affinity Designer", id: 824171161 mas "Affinity Designer", id: 824171161
mas "Affinity Photo", id: 824183456 mas "Affinity Photo", id: 824183456
mas "Affinity Publisher", id: 881418622 mas "Affinity Publisher", id: 881418622