brew cask install sublime-text
https://medium.com/@chamikakasun/how-to-manage-multiple-java-version-in-macos-e5421345f6d0
brew cask install homebrew/cask-versions/adoptopenjdk8
brew cask install AdoptOpenJDK/openjdk/adoptopenjdk11
/usr/libexec/java_home -V
jenv add /Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home
jenv versions
jenv add /Library/Java/JavaVirtualMachines/adoptopenjdk-8.jdk/Contents/Home
jenv global 11
or
brew tap adoptopenjdk/openjdk
brew cask install adoptopenjdk8
brew cask install adoptopenjdk9
brew cask install adoptopenjdk10
brew cask install adoptopenjdk11
brew update
brew install leiningen
brew cask install slack
brew install --cask visual-studio-code
brew cask install seashore
https://sourabhbajaj.com/mac-setup/Vagrant/README.html
brew cask install virtualbox
Now install Vagrant either from the website or use homebrew for installing it.
brew cask install vagrant
Vagrant-Manager helps you manage all your virtual machines in one place directly from the menubar.
brew cask install vagrant-manager
brew install clojure/tools/clojure