I'm looking to install a specific version of IntelliJ using Brew, as one of the add-ons I'm using is not supported in the latest version.
Is there a way in Brew to do that?
I'm looking to install a specific version of IntelliJ using Brew, as one of the add-ons I'm using is not supported in the latest version.
Is there a way in Brew to do that?
I just made a tap for this hamidnazari/homebrew-jetbrains-versions.
brew tap hamidnazari/jetbrains-versions
brew install intellij-idea@2020.1.4
Give it a go and let me know if you run into any issues.