> For the complete documentation index, see [llms.txt](https://jairanjankumar.gitbook.io/cheatsheet/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://jairanjankumar.gitbook.io/cheatsheet/mac-brew-install.md).

# Mac Brew Install

```
brew list
brew cask list
brew outdated
brew info 
brew info java
```

```
java -version 
brew install scala 
scala -version 
brew cask install intellij-idea 
brew cask remove intellij-idea 
brew cask install intellij-idea-ce 
brew install maven
brew tap elastic/tap
brew install elastic/tap/kibana-full
brew doctor
brew install tree
brew install bash-completion
brew install redis
    $ redis-server
    $ redis-cli
brew search python
brew xcode-select --install python
brew install python
brew search pycharm
brew cask install pycharm-ce
brew unlink python && brew link python
brew install minikube
brew install hyperkit

---------
brew cask install docker       # Install Docker
open /Applications/Docker.app  # Start Docker
---------

```
