Added jdk11 to Brewfile
This commit is contained in:
parent
54e8c46cc3
commit
cc5b6557a6
@ -1,6 +1,7 @@
|
||||
cask_args appdir: '/Applications'
|
||||
ALL_FFMPEG_OPTIONS = `brew options ffmpeg | grep -vE '\s' | grep -- '--with-'`.gsub("--", "").split("\n")
|
||||
|
||||
tap "adoptopenjdk/openjdk"
|
||||
tap "caskroom/cask"
|
||||
tap "caskroom/fonts"
|
||||
tap "homebrew/bundle"
|
||||
@ -33,6 +34,7 @@ brew "vim", args: --HEAD
|
||||
brew "youtube-dl"
|
||||
brew "zsh"
|
||||
brew "zsh-completions"
|
||||
cask "adoptopenjdk11"
|
||||
cask "alfred"
|
||||
cask "amethyst"
|
||||
cask "atom"
|
||||
|
Loading…
Reference in New Issue
Block a user