Added jdk11 to Brewfile

This commit is contained in:
Christian Baer 2020-06-07 00:44:03 +02:00
parent 54e8c46cc3
commit cc5b6557a6

View File

@ -1,6 +1,7 @@
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")
tap "adoptopenjdk/openjdk"
tap "caskroom/cask" tap "caskroom/cask"
tap "caskroom/fonts" tap "caskroom/fonts"
tap "homebrew/bundle" tap "homebrew/bundle"
@ -33,6 +34,7 @@ brew "vim", args: --HEAD
brew "youtube-dl" brew "youtube-dl"
brew "zsh" brew "zsh"
brew "zsh-completions" brew "zsh-completions"
cask "adoptopenjdk11"
cask "alfred" cask "alfred"
cask "amethyst" cask "amethyst"
cask "atom" cask "atom"